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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-18 : 07:56:23
|
| STEVE writes "What is the best way to concatenate values from multiple records to single value?Here is an example of the table:CODE | NAME | NOTES1 | steve | note one1 | steve | note two2 | lisa | note 12 | lisa | note 2 Here is what I need:CODE | NAME | NOTES1 | steve | note one, note two 2 | lisa | note1, note2Thank you." |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
Kristen
Test
22859 Posts |
|
|
|
|
|