By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
7 rows affected
| f_my_grouping |
|---|
| {1} |
| {3} |
| {2,4,5,6} |
| {7} |
| f_my_grouping |
|---|
| {1} |
| {2,4,5,6} |
| {3} |
| {7} |
| aggregates | column1 | column2 | column3 |
|---|---|---|---|
| {7} | A5 | A3 | null |
| {2,4,5,6} | A2 | A3 | A4 |
| {1} | null | A1 | null |
| {3} | null | null | null |