Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Character String Functions
 

INSTR (in-string) is a function used to find patterns in strings

The general syntax of INSTR is: INSTR (string to search, search pattern [, start [,occurrence]]) The arguments within brackets ([]) are optional.