Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> sql query syntax
Hi all,
I have the following tables:
T1
==
ID Name
-- ----
1 Name1 2 Name2
1 Color1 1 Color2 2 Color2 2 Color3
and I would like to get the following output (without duplicates):
ID Colors
-- ------
1 Color1, Color2
2 Color2, Color3
Is it possible? Received on Tue Feb 01 2005 - 08:16:50 CST