For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi ,
I have a query like this.
select 'a', 'b','c', 'd','e' from dual;
when i run the above it displays in a single row.
I want it to be displayed in a single column.
a
b
c
d
e