Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres set null

UPDATE table1
SET column_a IS NULL
WHERE column_b = 'XXX';
 
PREVIOUS NEXT
Tagged: #postgres #set #null
ADD COMMENT
Topic
Name
4+5 =