UPDATE SET COLUMN = NULL code example Example: update set table column to null UPDATE [table] SET [column]=0 WHERE [column] IS NULL;