delete sfz where sf_id not in(
 select min(sf_id) as autoID  from sfz group by 合同编号,姓名
)

相关文章: