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 |
|
tweety
Starting Member
1 Post |
Posted - 2004-08-26 : 02:24:34
|
| Hello All,I am trying to do a program which can select multi columns from the same column,each column has a criteria Examplegiven the following record:type date time ssn---- --------- ----- -------- sa1 12/3/2004 1 03454sa2 12/3/2004 2 67689..sa1 13/3/2004 1 77896I wish to create like this table per day:type 1 2 3 4 24----- -- -- -- -- ----sa1 03454 67689Is this possible???. [/size=3] |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
|
|
|
|
|