oracle删除重复行

delete from subs b where b.rowid<(
select max(a.rowid) from subs a where a.msid=b.msid and a.ms_type=b.ms_type and a.areacode=b.areacode);

posted on 2010-06-22 15:12  highmayor  阅读(219)  评论(0编辑  收藏  举报

导航