Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenate column of string type
Message
From
04/09/2001 05:24:48
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00551786
Message ID:
00551973
Views:
17
For example I have two column c_id (int),and c_name (char) in table x1

my select must be
select concate(c_name) from x1 group by c_id

but I can't concatenate the column c_name,becouse I don't know a command like a concate string columns in SQL.
Previous
Reply
Map
View

Click here to load this message in the networking platform