I have something like this:
id | month | col | col2
--------------------------
101 | Jan | A | B
102 | feb | C | A
102 | feb | D | Q
And i need something like this:
id | month | col | col2
----------------------------
101 | Jan | A | B
102 | feb | C,D | A,Q