Brilliant !!!Quote:
Originally Posted by WilliamR
Printable View
Brilliant !!!Quote:
Originally Posted by WilliamR
What a coincidence! I blogged about the same problem today. Try this:Quote:
Originally Posted by dinesh_hm
Code:select substr (replace ('a,b,c', ','), rownum, 1)
from all_objects
where rownum <= length (replace ('a,b,c', ','));
Eddie Awad,
Your solution will work only for single digit elements
what if the string has elements like 'abc','qwerty' etc ?