采用分组查询select count(release date)from 表名 group by(title);
分组函数
SELECT COUNT(1),TITLEFROM 表GROUP BY TITLE