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)
 results as columns instead of rows

Author  Topic 

funkdaddy
Starting Member

1 Post

Posted - 2008-04-20 : 03:19:54
Hi, how can I have a result of columns instead of rows? I need this as I need to append some data as additional columns to a normal query of rows.

Thanks,
Adam

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-04-20 : 13:53:12
You need to explain more. Please give your table structures,some sample data and your expected o/p
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-04-21 : 05:50:42
Sounds that you need to read about Cross-tab Reports in sql server help file

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -