Oracle clob 操作函数

时间:2014-07-07 09:10:02   收藏:0   阅读:313
1 instr(objClob,objstr,beginIndex,appearIndex)
objClob:带检索目对象,可以是clob,string
objstr: 需要验证的字符串
beginIndex: 开始检索位置,默认从1开始
appearIndex: 出现的位置,默认为1
select instr(‘bbbbbbbbbabbbba‘,‘a‘) from dual;

Oracle clob 操作函数,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!