相关文章  
  • 提升Win XP性能的20个特殊技巧
  • Windows操作系统的十则高级应用技巧
  • 通过 XML 发布新闻
  • Windows 2000操作系统优化实战
  • 了解一下NULLs怎样影响IN和EXISTS
  • 细说Windows XP 虚拟内存优化
  • 戳穿优化Windows XP的经典谣言
  • Windows XP系统全面软优化
  • 再谈如何释放C盘空间 27招具体优化技巧
  • 详解Windows非法操作的具体含义
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    子查询中的IN与EXISTS的区别5

    BLE
      set feedback off
      set verify off
      set pages 2000
      column operation format a40
      column object format a10
      
      TTITLE * STATEMENT_ID = '&1' *
      select object_name object,
          lpad(' ',level-1)||operation||'('||options||')' operation
       from plan_table
       start with id = 0 and statement_id = '&1'
       connect by prior id = parent_id and statement_id = '&1';
      
      REM -- exists.sql - examples with EXPLAIN PLAN
      REM -- IN vs. EXISTS
      
      REM -- if you don't have a PLAN_TABLE, run ...
      REM -- @?/rdbms/admin/xplan
      alter session se

    页码:[1] [2] [3] [4] [5] [6] [7] [8]5页、共8页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved