By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| type |
|---|
| drama |
| comedy, romance |
| comedy |
| thriller, short |
| drama, romance |
| id | all_types | num_types | num | type |
|---|---|---|---|---|
| 1 | drama | 1 | 1 | drama |
| 2 | comedy, romance | 2 | 1 | comedy |
| 3 | comedy | 1 | 1 | comedy |
| 4 | thriller, short | 2 | 1 | thriller |
| 5 | drama, romance | 2 | 1 | drama |
| 2 | comedy, romance | 2 | 2 | romance |
| 4 | thriller, short | 2 | 2 | short |
| 5 | drama, romance | 2 | 2 | romance |
| type | count(*) |
|---|---|
| comedy | 2 |
| drama | 2 |
| romance | 2 |
| short | 1 |
| thriller | 1 |