Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> convert delimited string to rows ?
I have a string
'rob:bob:tod:rod:mod'
can I use any function to convert this into rows so that I can do something
like
SQL> select * from some_funct('rob:bob:tod:rod:mod')
and get :-
rob
bob
tod
rod
mod
5 rows selected.
as output ?
Thanks,
Sunil.
Received on Mon Jun 03 2002 - 06:28:00 CDT
![]() |
![]() |