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)
 Cross tab Reports

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-18 : 19:00:00
Geno writes "I'm having a hard time understanding the idea of cross tabs.

I have a table that stores file CRC's.






buildfilenamecrc
b100thisfile.exe0x1234abcd
b100thatfile.dll0xabcd1234
b200thisfile.exe0x2345cbde
b200thatfile.dll0xbcde2345


I want to display the table like this:





filenameb100b200
thisfile.exe0x1234abcd0x2345cbde
thatfile.dll0xabcd12340xbcde2345

Any hints on the SQL for this?


Thanks,
Geno"
   

- Advertisement -