Hello, I have a column that I am trying to display on one row. Unfortunately the tool I'm using is limited and I don't have the ability to use sp, and the reporting tool I'm using is limited so I'm left with a SQL query only. I'm using SQL 2005.
Here is the table that I have:
ID GROUPID STATUS NAME
A38 A333 C Tom
B99 A333 * Jerry
A93 A333 * Wilson
Basically I want to return this
Tom, Jerry, Wilson
Any ideas?
Here is the table that I have:
ID GROUPID STATUS NAME
A38 A333 C Tom
B99 A333 * Jerry
A93 A333 * Wilson
Basically I want to return this
Tom, Jerry, Wilson
Any ideas?