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)
 stored procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-15 : 10:20:40
Tim writes "I have a table which looks like


contributor medal
1 1
2 1
3 3
3 3
1 2
1 1
3 3

what I want is so that I can show this:


MEDALS
contributor 1 2 3
1 2 1 0
2 0 1 0
3 0 0 3
any help on this would be great as I am completely stuck"
   

- Advertisement -