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 |
|
iancuct
Yak Posting Veteran
73 Posts |
Posted - 2005-04-21 : 18:23:53
|
| I have a table like this15 "some string" 94515 "second string" 94615 "hello" 94716 "abc" 88816 "xyz" 889i need a query that will return15 "some string second string hello" 94516 "abc xyz"If it was a number i could do a group by and SUMhow can this be done with a string?Maybe if i had only one group it would be easier? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|