By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
3 rows affected
5 rows affected
1 rows affected
| a_id | a_value | confirm |
|---|---|---|
| 2 | a2 | null |
| 3 | a3 | null |
| 1 | a1 | t |
ERROR: syntax error at or near "WHERE"
LINE 4: WHERE (SELECT NOT confirm FROM a WHERE a_id = 1)
^