Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Monday, June 7, 2010
Oracle/PLSQL: Instr Function
Oracle/PLSQL > Functions > Instr Instr function returns the location of a substring in a string. The syntax for the instr Oracle function is: instr( string1, string2 [, start_position [, nth_appearance ] ] ) Example select INSTR('test', 'e') from dual result: 2