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 |
darms21
Yak Posting Veteran
54 Posts |
Posted - 2012-04-19 : 17:07:09
|
I have a table: Serial | Note | NoteType1 | 123 | A1 | 456 | A1 | Old | B1 | Blah | B I want to get the output:Serial |A Note | B Note1 |123, 456| Old, Blah |
|
darms21
Yak Posting Veteran
54 Posts |
Posted - 2012-04-20 : 09:27:45
|
Any ideas anyone? |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|