I have the following SQL query output
I would like to have the output in the following format
+--+------+
|ID|RoleID|
+--+------+
|1 |1, 4 |
+--+------+
|3 |1 |
+--+------+
|5 |1 |
+--+------+
|6 |6 |
+--+------+
So on.
How to I achieve this?