Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> convert delimited string to rows ?

convert delimited string to rows ?

From: Sunil <sunil_franklin_at_hotmail.com>
Date: Mon, 3 Jun 2002 16:58:00 +0530
Message-ID: <juIK8.1$TV6.40@news.oracle.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US