Apache-presto-string-function-strpos
提供:Dev Guides
presto:default> select strpos('apache','ap') as string_position;
string_position
-----------------
1
presto:default> select strpos('apache','c') as string_position;
string_position
-----------------
4