MySQL Set Valeur As Null
UPDATE table SET field = NULL WHERE something = something
C0W
UPDATE table SET field = NULL WHERE something = something