次のクエリで* strposb(source、target)*関数を確認してみましょう。
default> select strposb('finddevguides','tutorial') as location;
上記のクエリは、次の結果を生成します。
location ------------------------------- 1
出力は、指定された文字列のバイナリ文字列位置を返します。