By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 11 Duplicates: 0 Warnings: 0
| id | bag_id | item_id |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 1 | 2 |
| 3 | 2 | 1 |
| 4 | 2 | 2 |
| 5 | 2 | 3 |
| 6 | 2 | 4 |
| 7 | 3 | 1 |
| 8 | 3 | 4 |
| 9 | 4 | 1 |
| 10 | 4 | 2 |
| 11 | 4 | 3 |
| bag_id | item_id | id | bag_id | item_id |
|---|---|---|---|---|
| 1 | 1 | 1 | 1 | 1 |
| 1 | 2 | 2 | 1 | 2 |
| 1 | 3 | null | null | null |
| 2 | 1 | 3 | 2 | 1 |
| 2 | 2 | 4 | 2 | 2 |
| 2 | 3 | 5 | 2 | 3 |
| 3 | 1 | 7 | 3 | 1 |
| 3 | 2 | null | null | null |
| 3 | 3 | null | null | null |
| 4 | 1 | 9 | 4 | 1 |
| 4 | 2 | 10 | 4 | 2 |
| 4 | 3 | 11 | 4 | 3 |
| base_bags_list | superset_bag_id |
|---|---|
| 1,4 | 2 |
| 1,4 | 4 |