select
year(dateday),month(dateday),day(dateday),hour(timeday),floor(minute(timeday)/10),avg(indexValue)
from table
group by year(dateday),month(dateday),day(dateday),hour(timeday),floor(minute(timeday)/10);
select
year(dateday),month(dateday),day(dateday),hour(timeday),floor(minute(timeday)/10),avg(indexValue)
from table
group by year(dateday),month(dateday),day(dateday),hour(timeday),floor(minute(timeday)/10);
2753

被折叠的 条评论
为什么被折叠?