关于字符串查找有关问题!多谢
关于字符串查找问题!谢谢
比如建个方法
create or replace function fname(s in varchar2)
begion
s = '奥沙利铂甘露醇乳液 ';
select a,b from temp
需求:s 是否包含了 a ,b(有空值存在) 值
end
end fname
------解决方案--------------------
inStr( 'test ', 'e ',1,1)
比如建个方法
create or replace function fname(s in varchar2)
begion
s = '奥沙利铂甘露醇乳液 ';
select a,b from temp
需求:s 是否包含了 a ,b(有空值存在) 值
end
end fname
------解决方案--------------------
inStr( 'test ', 'e ',1,1)