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 |
|
Developer1983
Starting Member
3 Posts |
Posted - 2007-06-29 : 11:33:37
|
| I need to join concatenate some columns and rows into one so for example...ID Answer1 Blue1 Red2 Yellow2 Blue3 Green3 SilverSo the end result would be a column that can be called "ANSWERS" so...ID Answer1 Blue, Red2 Yellow, Blue3 Green, SilverAny help would be great..thanks |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
|
|
Developer1983
Starting Member
3 Posts |
Posted - 2007-06-29 : 11:43:07
|
| Thanks...i used a function...i appreciate the help |
 |
|
|
|
|
|