ramonzulueta
Technical User
Hi. Good day, can you please give me some direction on my SQL statement using asp.
If you have got a table with some data that look something like this:
id field
1 a
2 a
2 b
3 c
4 a
4 b
4 c
How do you make it look like this(what would be the sql statement for this please):
id field
1 a
2 a,b
3 c
4 a,b,c
If you have got a table with some data that look something like this:
id field
1 a
2 a
2 b
3 c
4 a
4 b
4 c
How do you make it look like this(what would be the sql statement for this please):
id field
1 a
2 a,b
3 c
4 a,b,c