Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I 'sum' character strings in a simple way ?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Can I 'sum' character strings in a simple way ?
Miscellaneous
Thread ID:
00785310
Message ID:
00785310
Views:
48
I have a table like this (on SQLServer) ?

field1 (int) field2 (char)
1 aaa
1 bbbb
2 ccccc
2 bb
2 dd
2 hh

How to get such results using T-SQL statment ?

field1 'sum' of field2
1 aaa bbbb
2 ccccc bb dd hh


Thanks in advance
Next
Reply
Map
View

Click here to load this message in the networking platform