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 |
|
dnf999
Constraint Violating Yak Guru
253 Posts |
Posted - 2007-12-10 : 10:18:22
|
| Hi I have a table. i.e:ID Value1 hello2 bye1 morning1 Hi2 CyaAnd i need to return the follwing:ID Values1 hello; morning; cya2 bye; CyaPlease can anybody recommend how I do this?I need an example on running this for a whole table to concantenate all the values for the Unique ID'sThanks! |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
|
|
|