Hi All
I have the following table:
ID NAME
-----------------------
1 Bob
1 Chris
2 Harry
2 Joe
2 Tim
3 Tom
4 John
5 Larry
Is there any way at all to return this:
ID NAMES
-------------------------------------
1 Bob, Chris
2 Harry, Joe, Tim
3 Tom
4 John
5 Larry
Thanks for your help.
Steve
I have the following table:
ID NAME
-----------------------
1 Bob
1 Chris
2 Harry
2 Joe
2 Tim
3 Tom
4 John
5 Larry
Is there any way at all to return this:
ID NAMES
-------------------------------------
1 Bob, Chris
2 Harry, Joe, Tim
3 Tom
4 John
5 Larry
Thanks for your help.
Steve