SyntaxFix
Write A Post
Hire A Developer
Questions
I would change the SQL statement above to be more generic. Using wildcards is never a bad idea when it comes to mass population to avoid nulls.
Try this:
Update Table Set * = 0 Where * Is Null;