MySQL 教程 在线

849MySQL GROUP BY 语句

Mysql查询某字段值重复的数据

select title,count(*) as count from author group by title having count>1;