x
login about faq Site discussion (meta-askssc)

change row text to single column

I want to combine multiple text by id till next id

ID           text                    
12           car                    
12           boat                    
12           house                    

into

id          text                    
12          car, boat, house                    
more ▼

asked Oct 13 '09 at 09:29 AM in Default

John Graff gravatar image

John Graff
11 1 1 1

John, if you use one of these methods can you mark one of the answers as the one you accepted?

Oct 13 '09 at 12:33 PM graz ♦

I see that many people simply ask questions and dont follow them

Oct 14 '09 at 09:24 AM Madhivanan
(comments are locked)
10|1200 characters needed characters left

3 answers: sort oldest

Will the approach at the bottom of this article work?

http://www.sqlteam.com/article/using-coalesce-to-build-comma-delimited-string

more ▼

answered Oct 13 '09 at 09:38 AM

graz gravatar image

graz ♦
525 2 4 5

(comments are locked)
10|1200 characters needed characters left
more ▼

answered Oct 13 '09 at 09:49 AM

Madhivanan gravatar image

Madhivanan
1.1k 1 2 6

(comments are locked)
10|1200 characters needed characters left
more ▼

answered Oct 13 '09 at 12:28 PM

ERussell gravatar image

ERussell
11

Note that this method wont work for multiple rows as OP specified

Oct 14 '09 at 09:27 AM Madhivanan
(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x1843
x29

asked: Oct 13 '09 at 09:29 AM

Seen: 775 times

Last Updated: Oct 13 '09 at 09:36 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.