Comma Separated values in Oracle

Posted by Vabs on Stack Overflow See other posts from Stack Overflow or by Vabs
Published on 2010-04-13T08:07:59Z Indexed on 2010/04/13 8:13 UTC
Read the original article Hit count: 239

Filed under:
|

I have a column with comma separated values like 6,7,99.3334. I need write a PL SQL procedure that will give me these values separately. The Length of the column is 40.

Can anyone help me with this?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about pl-sql