Skip to content

Commit

Permalink
Merge pull request #15 from rvmeier/patch-1
Browse files Browse the repository at this point in the history
Corrección de sintaxis para carga en DB
  • Loading branch information
dalacost authored Aug 25, 2020
2 parents d1a2dad + b3df568 commit fb365a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BD/MySQL5_InnoDB_utf8/BDCUT_CL__MYSQL5_INNODB_UTF8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ INSERT INTO `provincia` (`PROVINCIA_ID`, `PROVINCIA_NOMBRE`, `PROVINCIA_REGION_I
(142, 'Ranco', 14),
(151, 'Arica', 15),
(152, 'Parinacota', 15),
(161, 'Punilla', 16)
(161, 'Punilla', 16),
(162, 'Itata', 16),
(163, 'Diguillín', 16);

Expand Down Expand Up @@ -512,7 +512,7 @@ INSERT INTO `region` (`REGION_ID`, `REGION_NOMBRE`, `ISO_3166_2_CL`) VALUES
(12, 'Región de Magallanes y de la Antártica Chilena', 'CL-MA'),
(13, 'Región Metropolitana de Santiago', 'CL-RM'),
(14, 'Región de Los Ríos', 'CL-LR'),
(15, 'Arica y Parinacota', 'CL-AP');
(15, 'Arica y Parinacota', 'CL-AP'),
(16, 'Región de Ñuble', '');

--
Expand Down

0 comments on commit fb365a9

Please sign in to comment.