数据库

位置:IT落伍者 >> 数据库 >> 浏览文章

oracle删除重复行


发布日期:2023年12月29日
 
oracle删除重复行

delete from subs b where browid<(select max(arowid) from subs a where amsid=bmsid and ams_type=bms_type and aareacode=bareacode);

上一篇:Oracle学习应用之数据库性能优化策略

下一篇:Oracle10gRACwithocfs在windows安装