T
Tim
Hi folks,
I need a help on my query. I tried to concatenate the records which have
the same ID. The following is the data in my table (Table1):
ID Value
1 a
1 b
2 g
2 h
2 y
3 d
4 p
4 o
I need the output of my query like the following:
ID Value
1 a, b
2 g, h, y
3 d
4 p, o
Could anyone show me how to do it?
Thanks in advance.
Tim
I need a help on my query. I tried to concatenate the records which have
the same ID. The following is the data in my table (Table1):
ID Value
1 a
1 b
2 g
2 h
2 y
3 d
4 p
4 o
I need the output of my query like the following:
ID Value
1 a, b
2 g, h, y
3 d
4 p, o
Could anyone show me how to do it?
Thanks in advance.
Tim