1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/storage/tokudb/scripts/atc.ontime/q0.sql

2 lines
90 B
SQL

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