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 an oracle table, something like this
ID City
1 A
1 B
3 C
here is the output that I want
1 A, B
(multiple values grouped together separated by a column)
can you please advise the SQL
Thanks