delete 表名 where id in(select max(id) from 表名 group by 所有可能出现重复的字段 having 
         count(所有可能出现重复的字段)>1)--删除重复记录