q0.sql 90 Bytes
Newer Older
1
select avg(c1) from (select year,month,count(*) as c1 from ontime group by YEAR,month) t;