By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
CREATE TABLE
CREATE TABLE
INSERT 0 3
INSERT 0 2
INSERT 0 4
| id | acol | id | bcol | id | ccol |
|---|---|---|---|---|---|
| 1 | a | 1 | b | 1 | c |
| 2 | a | null | null | 2 | c |
| 100 | a | null | null | null | null |
SELECT 3
| id | acol | id | bcol | id | ccol |
|---|---|---|---|---|---|
| 1 | a | 1 | b | 1 | c |
| 2 | a | null | null | null | null |
| 100 | a | null | null | null | null |
SELECT 3