How to display multiple row value in one column

How to display multiple row value in one column

23 Feb 2010 01:02:51
Hi Experts, One of users need display multiple rows value in one column in SQL Select statement. Sample Table ID Name Email Phone 1 John John@codegain.com 12345656 2 Peter Peter@codegain.com 23423424 3 Test Test@codegain.com 43233234232 4 dummy dummy@codegain.com 4234234 Expect Output all are in one row . Thank you
Gold   Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
Re:How to display multiple row value in one column23 Feb 2010 01:02:51
You can write a stored procedure which will select the required records, form a comma separated string. That is the only option as far as i know.
amalhashim
Senior  Boarder
Posts: 0
From 07-Jun-2009
You're Points: 44
Bookmark
Re:How to display multiple row value in one column23 Feb 2010 01:02:51
Jitendra
Junior  Boarder
Posts: 3
From 14-May-2009
You're Points: 112
Bookmark
Re:How to display multiple row value in one column23 Feb 2010 01:02:51
Hi Is any sample to this work around? thank you
RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
Re:How to display multiple row value in one column23 Feb 2010 01:02:51
Hey, Try to get here, [url]http://vinothnat.blogspot.com/2009/06/multiple-rows-in-single-rows-with.html[/url]
vinothnat
Junior  Boarder
Posts: 0
From 03-Jun-2009
You're Points: 36
Bookmark
Re:How to display multiple row value in one column23 Feb 2010 01:02:51
gr8
Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
^ Scroll to Top