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 |
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-11-08 : 19:00:38
|
| Be damned if I can remember.I have a table,Key,seq, value1,1,value11,2,value21,3,value31,4,value42,1,value12,2,value2I need to combine them so it looks likekey1, value1 value2 value3 value4key2, value1 value2I'm still searching the site for an answer (I know it's in the forums..) any help would be appriciative-----------------------SQL isn't just a hobby, It's an addiction |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
|
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-11-08 : 19:11:07
|
| bleh, for some silly reason I didn't think of the term csvIts late friday afternoon.. brain has shut off hours ago-----------------------SQL isn't just a hobby, It's an addiction |
 |
|
|
|
|
|
|
|