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?
Subject
Views
Written By
Posted
the INSTR function in oracle
20643
March 17, 2006 03:22AM
6684
March 17, 2006 07:34AM
3139
March 18, 2006 09:01PM
3886
June 20, 2007 02:54AM
3750
June 20, 2007 04:05AM
3849
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.