mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
2 lines
90 B
SQL
2 lines
90 B
SQL
select avg(c1) from (select year,month,count(*) as c1 from ontime group by YEAR,month) t;
|