select 时间字段,AVG(个数字段) from tabname group by 时间字段
select avg(个数),时间
from biao
group by 时间
select
AVG(个数) as 个数,
时间
from
表名