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 |
|
KlausEngelInc
Starting Member
8 Posts |
Posted - 2009-08-21 : 10:33:07
|
| I have two tablestable1 with columns userID , nametable2 with columns userID , colorstable1 has userID as primery key.table two has multiple entries per userIDWhen I am joining the two tables I'd like to get a result set that looks likeuserID | name | 'colorvalue1, colovalue2, colorvalue3'Is there a function to do this? |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
KlausEngelInc
Starting Member
8 Posts |
Posted - 2009-08-21 : 10:56:20
|
| Thanks, works great! |
 |
|
|
|
|
|