By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
5 rows affected
| id | SelectedP | val |
|---|---|---|
| 5 | P- | null |
| 1 | P2 | 3 |
| 2 | P2 | 1 |
| 3 | P3 | 5 |
| 4 | P3 | 5 |
Warning: Null value is eliminated by an aggregate or other SET operation.
5 rows affected
| id | SelectedP | val |
|---|---|---|
| 5 | P- | null |
| 1 | P2 | 3 |
| 2 | P2 | 1 |
| 3 | P3 | 5 |
| 4 | P3 | 5 |
Warning: Null value is eliminated by an aggregate or other SET operation.