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 all,
I would like to dynamically concatenate a bunch of columns by a "-" or ","
I do not know the number or columns.
For example: If I have a table x that has 20 columns. I would like to say Select * from X seperate by "-".
Thank you