Last active
December 31, 2015 01:49
-
-
Save ovnicraft/7917105 to your computer and use it in GitHub Desktop.
cities.state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `cities_state` (`id`, `code`, `name`, `country`) VALUES | |
(29, '201', 'AZUAY', 'EC'), | |
(30, '202', 'BOLIVAR', 'EC'), | |
(31, '203', 'CAÑAR', 'EC'), | |
(32, '204', 'CARCHI', 'EC'), | |
(33, '206', 'CHIMBORAZO', 'EC'), | |
(34, '205', 'COTOPAXI', 'EC'), | |
(35, '107', 'EL ORO', 'EC'), | |
(36, '108', 'ESMERALDAS', 'EC'), | |
(37, '420', 'GALAPAGOS', 'EC'), | |
(38, '109', 'GUAYAS', 'EC'), | |
(39, '210', 'IMBABURA', 'EC'), | |
(40, '211', 'LOJA', 'EC'), | |
(41, '112', 'LOS RIOS', 'EC'), | |
(42, '113', 'MANABI', 'EC'), | |
(43, '314', 'MORONA SANTIAGO', 'EC'), | |
(44, '315', 'NAPO', 'EC'), | |
(45, '322', 'ORELLANA', 'EC'), | |
(46, '316', 'PASTAZA', 'EC'), | |
(47, '217', 'PICHINCHA', 'EC'), | |
(48, '124', 'SANTA ELENA', 'EC'), | |
(49, '223', 'SANTO DOMINGO DE LOS TSACHILAS', 'EC'), | |
(50, '321', 'SUCUMBIOS', 'EC'), | |
(51, '218', 'TUNGURAHUA', 'EC'), | |
(52, '319', 'ZAMORA CHINCHIPE', 'EC'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment