Don’t put NULL inside quotes in your update statement. This should work:
UPDATE table SET field = NULL WHERE something = something
Don’t put NULL inside quotes in your update statement. This should work:
UPDATE table SET field = NULL WHERE something = something