1 instr(objClob,objstr,beginIndex,appearIndex)
objClob:带检索目对象,可以是clob,string
objstr: 需要验证的字符串
beginIndex: 开始检索位置,默认从1开始
appearIndex: 出现的位置,默认为1
select instr('bbbbbbbbbabbbba','a') from dual;
转载于:https://www.cnblogs.com/leonkobe/p/3820757.html
转载于:https://www.cnblogs.com/leonkobe/p/3820757.html