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-01-17 : 10:02:49
|
| Intekhab writes "Table Name tblOrderEntryStructure Name Client IDa1 1a2 1a3 1a4 1a2 2a4 2a1 2a3 2a2 3a4 3a3 3a4 4from the above struction I want the data likeName Client IDa1 1,2a2 1,2,3a3 1,2,3a4 1,2,3,4Please suggest me the easiest way to get this information.Regards,Intekhab Aalam" |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-01-17 : 10:05:09
|
the easy way is to create a function that contencates the values using colaesce into a string.http://www.sqlteam.com/item.asp?ItemID=2368put the last part of the code into a function and call that.Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|