删除重复的数据

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

posted on 2012-09-27 15:20  MyBeN  阅读(158)  评论(0编辑  收藏  举报

导航