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.
| Author |
Topic |
|
sqldev_101
Starting Member
1 Post |
Posted - 2008-01-13 : 16:55:34
|
| Hi, I have a table with 5 columns, from that I need only 3 columns , but the columns should be rows in the outputEx Table 1 col1 col2 col3Now I want col1 as one row n col2 as 2nd row and col3 as 3rd rowWhat query should I write to get this?Will union workThank You |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
|
|
|
|
|