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 @ 2010-06-22 15:12
posted @ 2010-06-22 15:12
posted @ 2010-06-16 15:03
posted @ 2010-06-16 14:46
posted @ 2010-06-07 11:37
posted @ 2010-06-04 20:26