Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combining multiple records
Message
From
28/06/2005 06:44:13
Steve Jones
Business Systems Services Uk Ltd
Swansea, United Kingdom
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Combining multiple records
Miscellaneous
Thread ID:
01026961
Message ID:
01026961
Views:
64
When doing an insert, how can i merge one field from multiple records in a table but not the other fields?

For example, we are rewriting our application in vb.net using sql server. On the data transfer we have a customer comments table which we need to import. The format for this is

CustNo Comment (varchar30)
------- -------------------
1 aaaaaa
1 bbbbbb
1 cccccc

and what we need in new app is

CustNo Comment (Text)
-------- --------------------
1 aaaaaa bbbbbb cccccc

Any ideas?

Thanks
Steve
Next
Reply
Map
View

Click here to load this message in the networking platform