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 |
|
Sanatan
Starting Member
19 Posts |
Posted - 2008-05-22 : 16:11:23
|
| Current ResultSet------------------ColA ColBTEST1 111TEST1 222TEST2 333TEST3 444TEST3 555I am currently outer-joiing two tables to retrive some data in the above format. My intent is to modify the query so I can retrive the data in below fashion.Intended ResultSet------------------ColA ColBTEST1 111,222TEST2 333TEST3 444,555Can someone please assist with this? I am not sure if it is possible in a direct query or not... Any expert advice is appreciated. |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
|
|
|
|
|