Apache Presto - index(string,substring)

查询

presto:default> select index('tutorialspoint','point') as index; 
 index 
------- 
  10

这里,给定字符串"tutorialspoint"的索引位置 10 是点。

apache_presto_sql_functions.html