Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between SUBSTR and INSTR?

Answer Posted / tulsi

SUBSTR is used to extract a set of characters from a string
by specificing the character starting position and end
position and length of characters to be fetched.
example substr('hello',2,3) will return 'ell'

INSTR is used to find the position of any particular
character in a word which returns numeric value.
instr('hello','e') - will return the position of 'e' as 2

Is This Answer Correct ?    65 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all types of user defined functions?

1127


What are the most important characteristics of pl/sql?

1224


What are the two characteristics of a primary key?

1029


Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql

1036


What are the possible values for the boolean data field?

1007


How do you write an index?

1004


What is java sql driver?

1174


Does asenumerable execute the query?

1092


what is the difference between char and varchar data types? : Sql dba

1165


What is the difference between in and between in sql?

1102


Which is faster joins or subqueries?

1031


What is the difference between partition and index?

1045


What is rtm stands for?

1166


How many types of relationship are there?

1080


How to return an array from java to pl/sql?

1175