August 11, 2008 at 9:21 am
Hello All,
I have the following;
Table1
Name County
A Adair
B Adair
C Adair
D Orange
E Orange
etc...
what I want is the following;
Name County
A, B ,C Adair
D, E Orange
etc...
I do appreciate any and all suggestions.
August 11, 2008 at 9:59 am
Check out this article: http://www.sqlservercentral.com/articles/tamestrings6/263/
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 11, 2008 at 11:25 am
Thank you. That worked.
August 17, 2008 at 8:52 pm
You might also be interested in some of the pitfalls of concatenation code...
http://www.sqlservercentral.com/articles/Test+Data/61572/
--Jeff Moden
Change is inevitable... Change for the better is not.
August 18, 2008 at 5:06 am
Thank you. That worked.
Good. Which method you have used to accomplish your task ?
karthik
August 26, 2008 at 5:14 am
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply