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 |
|
skillile
Posting Yak Master
208 Posts |
Posted - 2005-01-09 : 17:54:51
|
| I have data in row format ie:datatype datavalue createddate1 value2 value3 value4 value1 value2 value3 value4 valueIt is not a GROUP BY. the above would return 2 rows TYPE 1 TYPE 2 TYPE3 TYPE 4 value value value value value value value valuenot sure how to do it without a ton of while loops. I've looked at the pivot ideas.Also the types are dynamic.Any ideas would be great.thanks-skslow down to move faster... |
|
|
|
|
|