By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
6 rows affected
| ID | A | B | C | D | E | F |
|---|---|---|---|---|---|---|
| 1 | 582 | X | 755 | 123 | X | abc |
| 2 | 582 | Y | 755 | 456 | Y | def |
Warning: Null value is eliminated by an aggregate or other SET operation.
6 rows affected
| ID | A | B | C | D | E | F |
|---|---|---|---|---|---|---|
| 1 | 582 | X | 755 | 123 | X | abc |
| 2 | 582 | Y | 755 | 456 | Y | def |
Warning: Null value is eliminated by an aggregate or other SET operation.