Skip to content

Instantly share code, notes, and snippets.

@rasputino
Created November 9, 2021 07:50
Show Gist options
  • Save rasputino/11ec1b646ac05be6c1164017275c8af8 to your computer and use it in GitHub Desktop.
Save rasputino/11ec1b646ac05be6c1164017275c8af8 to your computer and use it in GitHub Desktop.
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('01','ARABA/ALAVA'),
('02','ALBACETE'),
('03','ALICANTE'),
('04','ALMERIA'),
('05','AVILA'),
('06','BADAJOZ'),
('07','I. BALEARS'),
('08','BARCELONA'),
('09','BURGOS'),
('10','CACERES');
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('11','CADIZ'),
('12','CASTELLON'),
('13','CIUDAD REAL'),
('14','CORDOBA'),
('15','A CORUÑA'),
('16','CUENCA'),
('17','GIRONA'),
('18','GRANADA'),
('19','GUADALAJARA'),
('20','GIPUZKOA');
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('21','HUELVA'),
('22','HUESCA'),
('23','JAEN'),
('24','LEON'),
('25','LLEIDA'),
('26','LA RIOJA'),
('27','LUGO'),
('28','MADRID'),
('29','MALAGA'),
('30','MURCIA');
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('31','NAVARRA'),
('32','OURENSE'),
('33','ASTURIAS'),
('34','PALENCIA'),
('35','LAS PALMAS'),
('36','PONTEVEDRA'),
('37','SALAMANCA'),
('38','S.C.TENERIFE'),
('39','CANTABRIA'),
('40','SEGOVIA');
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('41','SEVILLA'),
('42','SORIA'),
('43','TARRAGONA'),
('44','TERUEL'),
('45','TOLEDO'),
('46','VALENCIA'),
('47','VALLADOLID'),
('48','BIZKAIA'),
('49','ZAMORA'),
('50','ZARAGOZA');
INSERT INTO callejero.provincia (cpro,descripcion) VALUES
('51','CEUTA'),
('52','MELILLA');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment