Hi Experts,
I'm a little confused and stuck up with this... Tried a lot but not able to get it properly.
Any help is highly appreciated... TIA.
-- "Input"
with xx as(
select 'x,a,(b,c),(d,e),f,g' x
from dual
)
select * from xx;
-- "Expected Output"
x
a
(b,c)
(d,e)
f
g
Database version : Oracle 10.2
Ranit B.