1.查询重复数据的最优方式,利用rownum delete from table e where ROWNUM > (select "MIN"(ROWNUM) from table x where x.id = e.id)