Answers for "postgres update to null"

SQL
0

postegresql update to null

UPDATE table1 
SET column_a = NULL
WHERE column_b = 'XXX';
Posted by: Guest on March-02-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language