如题所述
解决在excel电子表格中,如果混杂有重复数据,如何定位,如何删除的问题。
delete from table_name where rowid>(select min(rowid)from table_name);
批量删除重复数据~