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

1 line
54 B
SQL

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