下载来的数据库 都有两份数据,求去除办法
delete from 表名where id in (select idfrom 表名group by idhaving count(id)>1);你试试,“表名”改成这个表的表名
select distinct from table