ORACLE 查询优化

来源:互联网 发布:vip视频解析源码 编辑:程序博客网 时间:2024/05/20 16:23

几个关键字


      IN  --> select * from tablename where column in (select * from tablename)

      exists -->

      union (尽量不要用or逻辑)

      union all

      where 子查询条件顺序 从左往右

      left join   -----   out join


     插入语句  最好把列名都写出来。

原创粉丝点击