diff --git a/eltiempo/sql/selectwheather.sql b/eltiempo/sql/selectwheather.sql new file mode 100644 index 0000000..973218f --- /dev/null +++ b/eltiempo/sql/selectwheather.sql @@ -0,0 +1,14 @@ + SELECT + DATE(fecha) AS dia, + MAX(temp_max) AS temp_max, + MIN(temp_min) AS temp_min, + AVG(humedad) AS humedad, + SUM(lluvia) AS lluvia, + AVG(nubes) AS nubes, + AVG(viento_velocidad) AS viento_velocidad, + AVG(viento_direccion) AS viento_direccion + FROM weather + WHERE ciudad LIKE CONCAT('%', 'madrid', '%') + AND DATE(fecha) BETWEEN '2026-02-01' AND '2026-02-17' + GROUP BY DATE(fecha) + ORDER BY DATE(fecha); \ No newline at end of file diff --git a/favicon.ico b/favicon.ico index bd0e80b..e4b5b90 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon1.ico b/favicon1.ico new file mode 100644 index 0000000..bd0e80b Binary files /dev/null and b/favicon1.ico differ diff --git a/oposiciones/index.html b/oposiciones/index.html index 6a8cb9f..6cb880d 100644 --- a/oposiciones/index.html +++ b/oposiciones/index.html @@ -6,7 +6,7 @@
- +

Temario TAI – AGE

diff --git a/piedra-papel-tijera.html b/piedra-papel-tijera.html index e4b40fd..7276174 100644 --- a/piedra-papel-tijera.html +++ b/piedra-papel-tijera.html @@ -7,6 +7,7 @@ + diff --git a/proyectos.html b/proyectos.html index ad0e8df..8e5276e 100644 --- a/proyectos.html +++ b/proyectos.html @@ -7,6 +7,7 @@ +