mariadb/scripts/atc.ontime/q0.sql
2013-07-23 16:15:21 -04:00

1 line
90 B
SQL

select avg(c1) from (select year,month,count(*) as c1 from ontime group by YEAR,month) t;