Hi. I wanted to only have canada and USA as options for ordering a product so I used the SQL :

DELETE from countries WHERE countries_iso_code_3 NOT IN('CAN','US');

Unfortunatly, It only kept Canada and USA is not there.

Does anyone know how to add United States back on the list?

Thanks