Mejorando resultados del tiempo

This commit is contained in:
Tatiana Villa 2026-02-07 19:59:40 +01:00
parent 33b8d81dce
commit f01d0e5fc5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $stmt = $conn->prepare("
MAX(temp_max) AS temp_max,
MIN(temp_min) AS temp_min,
AVG(humedad) AS humedad,
AVG(lluvia) AS lluvia,
SUM(lluvia) AS lluvia,
AVG(nubes) AS nubes,
AVG(viento_velocidad) AS viento_velocidad,
AVG(viento_direccion) AS viento_direccion