-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path03_AUTOMATICO_ingresar_institutos_auto.sql
52 lines (34 loc) · 3.81 KB
/
03_AUTOMATICO_ingresar_institutos_auto.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
CONNECT TO 'gestion_utu@miServidor' USER 'XXXNOMBREUSUARIOXXX' USING 'XXXPASSWORDXXX';
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica "Arroyo Seco"', "Av. Agraciada Esq. Aguilar", 2544, "29243865|29243856", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Intituto Tecnico Superior "Buceo"', "Av. Rivera Esq. Tomas de Tesanos", 3729 , "26285408|26285813", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Cerro "Mtro. Nicasio Garcia"', "Portugal Esq. Carlos Mª Ramirez", 4257 , "23111056|23119407|23114949", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Colon "Don Alberico Passadore"', "Cno. Colman Esq. Cesar Mayo Gutierrez", 5274 , "23209511|23205789", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Flor de Maroñas', "Andres Latorre Esq. Veracierto", 4914 , "25148177|25148210", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Artigas', "Bernabe Rivera Esq. Gral Rivera", 626 , "47723687|47725988", "[email protected]", "f", 1);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica de Atlantida', "Calle Republica Argentina Entre Republica de Chile y Gral. Artigas", NULL, "43723507|43728578", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Las Piedras', "Baltasar Brum Esq. Pilar Cabrera", 665, "23644564|23641741|23649849", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica San Ramon "Juan Pedro Tapie"', "Jose Batlle Y Ordoñez Esq. Rivera", 1698, "43122409|43123593", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Fraile Muerto', "Julio Maria Cremona s/n Esq. 25 de agosto.(Fraile Muerto)", NULL, "46889031", "[email protected]", "f", 3);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Melo', "Treinta y Tres Esq. Oribe (Melo)", 290, "46422121|46429133|46424496", "[email protected]", "f", 3);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Carmelo', "Jose E. Rodo Esq. Ruta 21", NULL, "45422317|45424015", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica ERCNA', "18 de Julio s/n esq. Arroyo de las Vacas (Carmelo)", NULL, "45422372|45423912", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Colonia', "F.D. Roosvelt esq. Rio Negro", 167, "45222960|45220261", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Durazno', "Herrera Esq. Juan Bautista de Leon", 1098, "43626288|43627735", "[email protected]", "f", 2);
INSERT INTO Institutos (nombre, calle, numero, telefonos, email, baja, foranea_id_ciudad)
VALUES ('Escuela Tecnica Sarandi del Yi', "A. Sosa Bernadet Esq. Alvariza", 579, "43679068|43639099", "[email protected]", "f", 2);
-- fin