how to concatenate multiple rows into one row using a SQL query
579729Jan 6 2011 — edited Jan 6 2011Hi
I have a table table1 and three columns col1
data
col1
c11
c12
c13
c14
c15
Now using a SQL query (not any PL/SQL) I want the following output.
c11-c12-c13-c14-c15.
Is it possible?
If possible then please tell me how can I do that?
Regards