待修改的sql语句片段
AVG(relative) as avgHumidity,
在 AVG 函数的结果上使用 ROUND 函数
ROUND(AVG(relative), 2) as avgHumidity