国产九九热视频-国产九九精品视频-国产精自产拍久久久久久蜜-国产精自产拍久久久久久-国产精在线-国产精亚洲视频


曙海教育集團論壇開發語言培訓專區Oracle數據庫 → Oracle PLSQL中用pro進行 BULK COLLECT 的高效率查詢處理


  共有8332人關注過本帖樹形打印

主題:Oracle PLSQL中用pro進行 BULK COLLECT 的高效率查詢處理

美女呀,離線,留言給我吧!
wangxinxin
  1樓 個性首頁 | 博客 | 信息 | 搜索 | 郵箱 | 主頁 | UC


加好友 發短信
等級:青蜂俠 帖子:1393 積分:14038 威望:0 精華:0 注冊:2010-11-12 11:08:23
Oracle PLSQL中用pro進行 BULK COLLECT 的高效率查詢處理  發帖心情 Post By:2010-12-11 11:09:53

過程樣例:
create or replace procedure real_user as
  c_count number(10);
begin

  DECLARE
    TYPE mobile_type IS TABLE OF mobile_dabenying.mobile%TYPE;  --按表字段類型來定義變量類型
    t_mobile mobile_type := mobile_type();
  
  BEGIN
    select mobile BULK COLLECT  --批量選擇數據
      INTO t_mobile
      from (select mobile from mobile_dabenying order by mobile);
  
    if (t_mobile.COUNT > 0) then
      FOR i IN t_mobile.FIRST .. t_mobile.LAST LOOP
      
        select count(*)  --從號段中過濾
          into c_count
          from mobile_region
         where t_mobile(i) between start_mobile and end_mobile;
      
        if (c_count > 0) then
          c_count := 0;
          insert into mobile_dabenying2 (mobile) values (t_mobile(i));  --真實用戶
        else
          dbms_output.put_line(t_mobile(i));
          insert into mobile_dabenying3 (mobile) values (t_mobile(i));  --假用戶
        end if;
      
      END LOOP;
    end if;
  
  END;

end;

支持(0中立(0反對(0單帖管理 | 引用 | 回復 回到頂部

返回版面帖子列表

Oracle PLSQL中用pro進行 BULK COLLECT 的高效率查詢處理








簽名
主站蜘蛛池模板: 河北省| 通化市| 贡觉县| 乐东| 平泉县| 宣化县| 仙居县| 贵南县| 澎湖县| 连云港市| 河间市| 蓝田县| 大冶市| 旬阳县| 城市| 郑州市| 永春县| 红原县| 梧州市| 墨玉县| 炉霍县| 崇文区| 永丰县| 永新县| 临洮县| 桐庐县| 平顶山市| 尉氏县| 合水县| 芦山县| 夏邑县| 怀宁县| 平安县| 自治县| 金门县| 左云县| 莎车县| 囊谦县| 垫江县| 平遥县| 合肥市|