humpydumpy2000
IS-IT--Management
Hola a todos,
Does anyone knows hows to parse column values like this way:
I have some table where values are:
ID Category Name
1 A Apple
2 A Orange
3 A Mango
4 B Peanut
5 B Cashew
6 C Beans
My question is how I am going to display each category and concatenate all values for each category in 1 value
like:
Category Values
A Apple, Orange, Mango
B Peanut, Cashew
C Beans
Muchas Gracias!
Does anyone knows hows to parse column values like this way:
I have some table where values are:
ID Category Name
1 A Apple
2 A Orange
3 A Mango
4 B Peanut
5 B Cashew
6 C Beans
My question is how I am going to display each category and concatenate all values for each category in 1 value
like:
Category Values
A Apple, Orange, Mango
B Peanut, Cashew
C Beans
Muchas Gracias!