sql update where null code example Example: can you update NULL in sql UPDATE [table] SET [column]=0 WHERE [column] IS NULL;