By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 12.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5), 64-bit |
3 rows affected
| column_b | column_a | column_c | column_d |
|---|---|---|---|
| 123 | null | xyz | cold #1 |
| 345 | 2 | abc | cold #2 |
| 789 | 13 | def | cold #3 |
2 rows affected
| column_b | column_a | column_c | column_d |
|---|---|---|---|
| 123 | 1 | null | cold #1 |
| 345 | null | +++ | cold #2 |
| 789 | 13 | def | cold #3 |