This Is A FineDay

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  93 随笔 :: 0 文章 :: 69 评论 :: 0 Trackbacks
ora sql 强行用某个索引
select /*+index(t_customer idx_t_cust_area_name)*/    --强行利用t_customer的索引 idx_t_cust_area_name 进行查询
         count(*)
          into v_count
          from t_customer
         where parent_cust_id = in_parent_cust_id
           and type = 1
           and customer_area_code = in_customer_area_code
           and customer_name = in_customer_name;

分析表
analyze table T_INDUSTRY compute statistics;
posted on 2007-05-18 17:17 Peter Pan 阅读(250) 评论(0)  编辑  收藏 所属分类: DB

只有注册用户登录后才能发表评论。


网站导航: