INSTR functionality
skvJul 13 2010 — edited Jul 14 2010Hi,
Is there any function to get the number of occurrance of a string in column from a given position.
For example, I am looking for "es" in a given string, 'test test test'. If I pass position 7 to a function, I should get '2' (i.e., second occurrance).
Please help.
Thanks a lot in advance.