GithubHelp home page GithubHelp logo

knxroot / bdcut-cl Goto Github PK

View Code? Open in Web Editor NEW
164.0 164.0 59.0 236 KB

Códigos (Región, Provincia, Comuna) Chile

Home Page: http://www.lacosox.org

JavaScript 4.25% Makefile 1.80% PLSQL 21.99% TSQL 71.96%

bdcut-cl's People

Contributors

aterbonus avatar dalacost avatar djuretic avatar felipelavinz avatar fluxa avatar knxroot avatar potencial avatar rvmeier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bdcut-cl's Issues

Código CREATE TABLE no funciona en Sql Server 2008

En este código, en las líneas para crear tabla provincia y tabla comuna, tuve que agregar un paréntesis de cierre extra al final. Observen el final de la primera sentencia y luego las 2 siguientes.

CREATE TABLE region(REGION_ID int NOT NULL DEFAULT '0', REGION_NOMBRE varchar(50) DEFAULT NULL,PRIMARY KEY (REGION_ID) );
CREATE TABLE provincia (PROVINCIA_ID int NOT NULL DEFAULT '0', PROVINCIA_NOMBRE varchar(23) DEFAULT NULL, PRIMARY KEY (PROVINCIA_ID), PROVINCIA_REGION_ID int FOREIGN KEY REFERENCES region(REGION_ID);
CREATE TABLE comuna (COMUNA_ID int NOT NULL DEFAULT '0', COMUNA_NOMBRE varchar(20) DEFAULT NULL, COMUNA_PROVINCIA_ID int FOREIGN KEY REFERENCES provincia (PROVINCIA_ID), PRIMARY KEY (COMUNA_ID);

Insert BDCUT_CL__PosgreSQL_utf8 no funciona

ERROR: error de sintaxis en o cerca de «1101»
LINE 81: 1101 Iquique 11
^
********** Error **********

ERROR: error de sintaxis en o cerca de «1101»
SQL state: 42601
Character: 2188

Inconsistencia en nombres de regiones

En los nombres de regiones tenemos:

  1. Tarapacá
  2. Antofagasta
  3. Atacama
  4. Coquimbo
  5. Valparaíso
  6. Región del Libertador Gral. Bernardo O’Higgins
  7. Región del Maule
  8. Región del Biobío
  9. Región de la Araucanía
  10. Región de Los Lagos
  11. Región Aisén del Gral. Carlos Ibáñez del Campo
  12. Región de Magallanes y de la Antártica Chilena
  13. Región Metropolitana de Santiago
  14. Región de Los Ríos
  15. Arica y Parinacota

¿Hay alguna razón por lo que las regiones de Tarapacá, Antofagasta, Atacama, Coquimbo, Valparaíso y Arica y Parinacota no les enteceda la palabra "Región"?

Gracias

Se agradece el esfuerzo y tiempo en martener acutalizado este repo, gracias :D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.