这个语句是针对N条数据完全重复的。

select distinct * into fid from url
drop table url
select * into url from fid
drop table fid
--url 为表名
--
fid为字段

相关文章: