strposb(source text, target text)

现在让我们使用以下查询检查 strposb(source,target) 函数。

查询

default> select strposb('tutorialspoint','tutorial') as location;

上述查询将生成以下结果。

location 
------------------------------- 
1

输出返回给定字符串的二进制字符串位置。

apache_tajo_string_functions.html