Following Setup:
https://i.stack.imgur.com/lHM9H.png
(As soon as you earn 10 reputation on the site, you'll be able to embed images)
I'd like to add up all the same numbers in the second column, but i don't get it how to do so. Output should look like the following:
+------------+------------+
| 00000030 | 106 |
| 00000001 | 106,107,125|
| 00000002 | 103 |
| 00000002 | 103 |
and so on ....
+------------+------------+
Is that even possible with simple SQL or do i have to use an sql cursor?