MySQL Set Valeur As Null

UPDATE table SET field = NULL WHERE something = something
C0W