Skip to content

第39章 子查询优化——使用delete删除数据

xiaoboluo768 edited this page Jun 18, 2020 · 3 revisions

39.2 优化方案

delete a from e_cons_snap a,c_cons b
where b.status_code='9' and b.mr_sect_no = '1'
and a.cons_id=b.cons_id

上一篇:第38章 子查询优化——子查询转换为连接 | 下一篇:第40章 硬件规格常用查看命令详解

Clone this wiki locally