删除重复的记录(SQL语句)delete from table1 where [id] not in(select min([id]from table1 group by field1,field2)
删除重复的记录(SQL语句)

相关文章: