happyIndian100
Programmer
I have a TableA with the following data:
------------
Col1 Col2
-----------
A A1
A A1
A A1
B B1
B B2
C C1
C C2
C C3
D D1
i need to get this Query Result:
A A1,A1,A1
B B1,B2
C C1,C2,C3
D D1
Thanks in Advance
------------
Col1 Col2
-----------
A A1
A A1
A A1
B B1
B B2
C C1
C C2
C C3
D D1
i need to get this Query Result:
A A1,A1,A1
B B1,B2
C C1,C2,C3
D D1
Thanks in Advance