REGEXP_INSTR
boopathiAug 23 2010 — edited Aug 23 2010i have the following string stores in table and want found the postiotn of 0 in the string .
I know we can use REGEXP_INSTR to get the same.
Note : 0 is not fixed.
Input :
1111100
output:
1111100 6
1111100 7