MySQL Forums
Forum List  »  Oracle

to solve the question
Posted by: kumaravel R
Date: June 20, 2007 02:54AM

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
20741
March 17, 2006 03:22AM
6717
March 17, 2006 07:34AM
3167
March 18, 2006 09:01PM
to solve the question
3918
June 20, 2007 02:54AM
3781
June 20, 2007 04:05AM
3955
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.