Created
August 18, 2017 17:17
-
-
Save Nullpo/0b2550e1f1cded415a4d0a7acc887e3f to your computer and use it in GitHub Desktop.
Cristina ganó el provisorio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Query: | |
| SELECT n.parDenominacion, sum(m.votVotosPartido) | |
| FROM MesasCandidaturaSNacionales m, nomPartidos n | |
| WHERE m.vot_proCodigoProvincia = '02' AND | |
| n.parCodigo = m.vot_parCodigo | |
| group by m.vot_parCodigo, n.parDenominacion | |
| Resultados: | |
| "FEDERAL " "30714" | |
| "HUMANISTA " "23999" | |
| "DEL CAMPO POPULAR " "9402" | |
| "MOVIMIENTO AMPLIO DE TRABAJADORES Y JUBILADOS " "1785" | |
| "TODOS POR BUENOS AIRES " "17306" | |
| "MOVIMIENTO ORGANIZACION DEMOCRATICA " "7481" | |
| "FRENTE DE IZQUIERDA Y DE LOS TRABAJADORES " "306655" | |
| "1PAIS " "1405529" | |
| "CAMBIEMOS BUENOS AIRES " "3089071" | |
| "CREO " "48888" | |
| "FRENTE JUSTICIALISTA " "534668" | |
| "FRENTE PATRIOTA BANDERA VECINAL " "32811" | |
| "FRENTE SOCIALISTA Y POPULAR " "48156" | |
| "IZQUIERDA AL FRENTE POR EL SOCIALISMO " "95837" | |
| "UNIDAD CIUDADANA " "3095177" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment