views:

44

answers:

3

view v1

a1     a2
---------
1       a
1       b
1       c
2       d
3       e
3       f

view v2

b1    b2
--------
1     a;b;c
2     d
3     e;f

how to using sql change the v1 to v2 using a1 group to connect a2

A: 

Have a look at this link

Displaying multiple records in one row

astander
A: 

Already been discussed on AskTom

String Concatenation

Paul James