Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to aggregate string columns

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-16 : 09:30:26
coneheads writes "I have a table with records like the following:

Name Team
Hill Pistons
Hill Magic
McGrady Raptors
McGrady Magic
etc.

How do I write a query that outputs the following:

Hill Pistons, Magic
McGrady Raptors, Magic"
   

- Advertisement -