Hi all, What is the function that i have to use for finding the position of a character in a string in Oracle? like we have LOCATE in MySQL and PATINDEX in MsSQL what is the equivalent in oracle? Please help me soon Regards Roopa
Instr(column or value, \'character\')
returns position of character.