oracle删除重复行 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > oracle删除重复行 > 信息评论 >

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);

网友评论

发表评论

(您的评论需要经过审核才能显示)