By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | col1 | col2 | col3 | col4 | col5 |
|---|---|---|---|---|---|
| 1 | val1 | null | null | val4 | null |
| 2 | null | val2 | null | null | null |
| 3 | val1 | null | val3 | null | val5 |
| 4 | null | val2 | val3 | val4 | null |
| 5 | val1 | null | val3 | null | val5 |