W
Walter
Hi everyone,
Please help to find the solution:
I have the table with the folowing data:
id | value
--------
1 | 4
1 | 3
1 | 1
1 | 2
2 | 4
2 | 3
2 | 1
etc
how to get results in this format, so VALUE data is
concatenated.
desired results:
ID | value
-------------
1 | 4 3 1 2
2 | 4 3 1
etc
Thank you so much,
W
Please help to find the solution:
I have the table with the folowing data:
id | value
--------
1 | 4
1 | 3
1 | 1
1 | 2
2 | 4
2 | 3
2 | 1
etc
how to get results in this format, so VALUE data is
concatenated.
desired results:
ID | value
-------------
1 | 4 3 1 2
2 | 4 3 1
etc
Thank you so much,
W