User Profile
Collapse
-
can u frame the exact query with decode... -
concatenation of rows
I have the following table contents:
ID kEYWORD
-------- ----------------------
1 AB
1 AC
1 AD
2 XX
2 YYY
I need to convert this to the following output:
ID kEYWORD
-------- ----------------------
1 AB,AC,AD
2 XX,YYY
How can I do this?
...
No activity results to display
Show More
Leave a comment: