I need your help the resolve the following problem
column1 Column2
1 a
1 b
2 c
3 d
4 e
I want to contact the elements of col2 for the same value of col1 and return the result as a variable in a single column.
Result : |1|a,b|
Thanks for your help.