Seperate the string value
936666Jan 4 2013 — edited Jan 4 2013hi,
this is my string
varchar2(4000) :='Col1 number(4),col2 varchar2(20),col3 float, col4 number(10), col5 varchar2(30)........'
i need as
Col1 , col2 , col3, col4, col5.....
how to proceed here
Thanks!