Skip to content
Snippets Groups Projects
Commit cbe1c06c authored by ramoncalabozo's avatar ramoncalabozo
Browse files

consultas guardadas cambios

parent b5c5bd00
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,20 @@ SELECT Comunidad, Sum(TotalPublicaciones) as Publicaciones FROM universidadesdb.
group by Comunidad
order by Publicaciones desc;
SELECT Comunidad, Sum(TotalPublicaciones) as Publicaciones FROM universidadesdb.universidad
group by Comunidad
order by comunidad asc;
SELECT Comunidad, Sum(TotalPublicaciones) as Publicaciones FROM universidadesdb.universidad
group by Comunidad
order by universidad.comunidad asc;
SELECT * from universidadesdb.universidad
where universidad.siglas ='UVA';
Update universidad
set comunidad = 'Aragón'
where comunidad = 'Aragon';
set comunidad = 'Castilla - La Mancha'
where comunidad = 'Castilla - Mancha';
SELECT * From universidadesdb.universidad
where comunidad = 'Ceuta';
\ No newline at end of file
where comunidad = 'Canarias';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment