Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Madhav
Starting Member
38 Posts |
Posted - 2007-08-02 : 09:28:11
|
Hi ,i had a table productthe data in that table is as belowcol1 col2------------p1 1.0p1 2.0p1 3.1aaa 1.0aaa 1.5i need to get the result ascol1 col2---------------p1 1.0,2.0,3.1aaa 1.0,1.5please give me a query |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-08-02 : 09:31:34
|
Where do you want to show data?MadhivananFailing to plan is Planning to fail |
 |
|
Madhav
Starting Member
38 Posts |
Posted - 2007-08-02 : 09:43:17
|
the first one is a table i want query to get the second table using first table quote: Originally posted by madhivanan Where do you want to show data?MadhivananFailing to plan is Planning to fail
|
 |
|
sshelper
Posting Yak Master
216 Posts |
|
|
|
|