delete from table1 where [id] not in(select min([id]) from table1 group by field1,field2) 转载于:https://www.cnblogs.com/catxp/archive/2006/04/21/381787.html