By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
CREATE TABLE
INSERT 0 2
INSERT 0 3
| batch_id | germany | other | total |
|---|---|---|---|
| 1 | 2 | 1 | 3 |
| 2 | 0 | 0 | 0 |
SELECT 2
| batch_id | germany | other | total |
|---|---|---|---|
| 1 | 2 | 1 | 3 |
| 2 | 0 | 0 | 0 |
SELECT 2