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 |
|
maevr
Posting Yak Master
169 Posts |
Posted - 2008-01-21 : 08:04:21
|
| I want to concaternate all rows that has the same ID and update another table.Table1:ID: COL11 txt11 txt21 txt32 txt73 txt53 txt6OUTPUT:ID: COL1:1 txt1, txt2, txt32 txt73 txt5, txt6How do I manage this, have tried self join but with no luck. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
maevr
Posting Yak Master
169 Posts |
Posted - 2008-01-21 : 08:39:03
|
| Thanks for the fast reply!How can I do an update on another table based on the results. |
 |
|
|
|
|
|