View Single Post
  #1 (permalink)  
Old 01-05-05, 12:55
yitongzhang yitongzhang is offline
Registered User
 
Join Date: Mar 2003
Posts: 223
How to query by grouping one column

Hello, everyone:

I have a table like:

Col1 Col2
1 A
2 B
1 D
1 P
2 F
2 W

How to query this table to return by Col1 like

Col1 Col2
1 A,D,P
2 B,F,W

Thanks a lot
ZYT
Reply With Quote