I have an input string ('a','b','c')
Is there any way i can get the follg o/p using SQL (8i or 91 or 10g) (No PL/SQL)
'a'
'b'
'c'

I need the result to be displayed as 3 records
instead of 1 record


The no of columns in string may vary

Thnx in advance