Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Last active December 31, 2015 01:49
Show Gist options
  • Save ovnicraft/7917105 to your computer and use it in GitHub Desktop.
Save ovnicraft/7917105 to your computer and use it in GitHub Desktop.
cities.state
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