MySQL Forums
Forum List  »  Oracle

the INSTR function in oracle
Posted by: mou lei
Date: March 17, 2006 03:22AM

the function 'instr' in oracle
is
instr( string1, string2, [ start_position ], [ nth_appearance ] )

but in mysql is INSTR(str,substr);

in oracle
instr('Tech on the net', 'e', 1, 2)
would return 11; the second occurrence of 'e'

can i find something instead in mysql?

Options: ReplyQuote


Subject
Views
Written By
Posted
the INSTR function in oracle
20740
March 17, 2006 03:22AM
6716
March 17, 2006 07:34AM
3167
March 18, 2006 09:01PM
3918
June 20, 2007 02:54AM
3780
June 20, 2007 04:05AM
3953
July 11, 2007 02:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.