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