Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

update set table column to null

UPDATE [table]
SET [column]=0
WHERE [column] IS NULL;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #set #table #column #null
ADD COMMENT
Topic
Name
6+9 =