IT猫扑网文章教程

分类分类

oracle删除重复行

2015-06-28 00:00作者:网管联盟

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

展开全部

相关文章

说两句网友评论
    我要跟贴
    取消