charindex在oracle

在Oracle中,要查找字符串中某个子字符串的位置,可以使用charindex函数。该函数的语法如下:

CHARINDEX(substring, string [, start_position])