Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Find last occurance of character
is there a way (using oracle functions) to find last occurance of
character w/o writing a recursive function?
e.g. select XXXX('ooozo','o') from dual
would return 5
Thanks.
You can use INSTR with a -1 as last parameter Received on Thu Jun 02 2005 - 13:07:56 CDT
![]() |
![]() |