UPDATE bien SET code_secteur = 4; UPDATE bien SET code_secteur = 1 WHERE code_postal = "45000" ; UPDATE bien SET code_secteur = 2 WHERE code_postal = "45140" OR code_postal = "45380" OR code_postal = "45400" OR code_postal = "45430" OR code_postal = "45770" OR code_postal = "45800"; UPDATE bien SET code_secteur = 3 WHERE code_postal = "45100" OR code_postal = "45160" OR code_postal = "45560" OR code_postal = "45650" OR code_postal = "45750"; UPDATE bien SET code_secteur = 1 WHERE ville = "ORLEANS" ;