How to make select statement where result is rows combined in comma separated manner based on columns (user & group).
Expected result
USER | GROUP | SUB
-------------------------
3 | 102 | 1,3,2,4,61
How to make select statement where result is rows combined in comma separated manner based on columns (user & group).
Expected result
USER | GROUP | SUB
-------------------------
3 | 102 | 1,3,2,4,61