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!
I have following requirement from my user. I have a table which has column col1, col2, col3 and col4. Now using SQL I want the output to be displayed as Col1 Col2 col1 col3 col1 col4 Please suggest how can we achieve this? Thanks