By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
27 rows affected
| table2_id | CountAll | CountJoin |
|---|---|---|
| 11 | 5 | 2 |
| 12 | 5 | 5 |
| 13 | 1 | 1 |
| 14 | 1 | 0 |
| 15 | 3 | 3 |
Warning: Null value is eliminated by an aggregate or other SET operation.
| table2_id |
|---|
| 12 |
| 13 |
| 15 |
Warning: Null value is eliminated by an aggregate or other SET operation.
6 rows affected
| id |
|---|
| 12 |
| 13 |
| 15 |
| 16 |