SELECT DISTINCT FROM 表名 WHERE 字段名
SELECT * FROM News where id in (select max(id) as ids from news group by BigClassname) order by ids desc