麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 數據庫 > Oracle > 正文

Oracle中instr和substr存儲過程詳解

2024-08-29 13:59:42
字體:
來源:轉載
供稿:網友

instr和substr存儲過程,分析內部大對象的內容

instr函數

instr函數用于從指定的位置開始,從大型對象中查找第N個與模式匹配的字符串。

用于查找內部大對象中的字符串的instr函數語法如下:

dbms_lob.instr(lob_loc in blob, pattern in raw, offset in integer := 1;nth in integer := 1)return integer; dbms_lob.instr(lob_loc in clob character set any_cs,pattern in varchar2 character set lob_loc%charset,offset in integer:=1,nth in integer := 1)return integer;

 lob_loc為內部大對象的定位器

pattern是要匹配的模式

offset是要搜索匹配文件的開始位置

nth是要進行的第N次匹配

 substr函數

substr函數用于從大對象中抽取指定數碼的字節。當我們只需要大對象的一部分時,通常使用這個函數。

操作內部大對象的substr函數語法如下:

dbms_lob.substr( lob_loc in blob,  amount in integer := 32767, offset in integer := 1)return raw; dbms_lob.substr( lob_loc in clob character set any_cs,  amount in integer := 32767, offset in integer := 1)return varchar2 character set lob_loc%charset;

其中各個參數的含義如下:

lob_loc是substr函數要操作的大型對象定位器

amount是要從大型對象中抽取的字節數

offset是指從大型對象的什么位置開始抽取數據。

如果從大型對象中抽取數據成功,則這個函數返回一個 raw 值。如果有一下情況,則返回null:

 1 任何輸入參數尾null
 2 amount < 1
 3 amount > 32767
 4 offset < 1
 5 offset > LOBMAXSIZE

示例如下:

 declare  source_lob clob; pattern varchar2(6) := 'Oracle'; start_location integer := 1; nth_occurrence integer := 1; position integer; buffer varchar2(100);begin select clob_locator into source_lob from mylobs where lob_index = 4; position := dbms_lob.instr(source_lob, pattern, start_location, nth_occurrence); dbms_output.put_line('The first occurrence starts at position:' || position); nth_occurrence := 2; select clob_locator into source_lob from mylobs where lob_index = 4; position := dbms_lob.instr(source_lob, pattern, start_location, nth_occurrence); dbms_output.put_line('The first occurrence starts at position:' || position); select clob_locator into source_lob from mylobs where lob_index = 5; buffer := dbms_lob.substr(source_lob, 9, start_location); dbms_output.put_line('The substring extracted is: ' || buffer);end;/The first occurrence starts at position:8The first occurrence starts at position:24The substring extracted is: Oracle 9i

PL/SQL 過程已成功完成。

以上所述是小編給大家介紹的Oracle中instr和substr存儲過程詳解,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對VeVb武林網網站的支持!


注:相關教程知識閱讀請移步到oracle教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 福利在线免费视频 | 国产亚洲精品久久久久婷婷瑜伽 | 女18一级大黄毛片免费女人 | 性感美女一级毛片 | 久久精品一级 | 欧日韩在线视频 | 九色在线78m| 久久久久久中文字幕 | 久久久久九九九女人毛片 | 日韩视频―中文字幕 | 国产美女视频黄a视频免费 日韩黄色在线播放 | 男女亲热网站 | 日本欧美一区二区三区在线观看 | 少妇的肉体的满足毛片 | 国内精品伊人久久久久网站 | 伦理三区 | 欧日韩| 亚洲成人福利电影 | 蜜桃网站在线观看 | 亚洲天堂成人在线观看 | 日韩毛片网 | 成人 日韩 | 国产精品一区视频 | 免费观看的毛片手机视频 | www.91成人| 久久91精品久久久久清纯 | 午夜精品小视频 | 免费久久久 | 欧美wwwwww| 欧美一级高潮 | 成人av一区二区免费播放 | 欧美精品欧美极品欧美激情 | 国产1区2| 国产精品久久久久一区二区 | 91一区二区三区久久久久国产乱 | 成人福利视频在 | 一级黄片毛片免费看 | 亚洲午夜在线 | 日本a大片 | 性欧美视频在线观看 | 黄色免费大片 |