By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
6 rows affected
| class | name | city | year |
|---|---|---|---|
| A | John | NY | 2022 |
| B | ANNA | NM | 2021 |
Warning: Null value is eliminated by an aggregate or other SET operation.
6 rows affected
| class | name | city | year |
|---|---|---|---|
| A | John | NY | 2022 |
| B | ANNA | NM | 2021 |
Warning: Null value is eliminated by an aggregate or other SET operation.