delete a from student a,(select xm,xh,max(UUID) UUID,count(*) mid from student group by xm,xh having count(*)>1) b where a.xm=b.xm and a.UUID!=b.UUID
delete a from student a,(select xm,xh,max(UUID) UUID,count(*) mid from student group by xm,xh having count(*)>1) b where a.xm=b.xm and a.UUID!=b.UUID