Apache Presto - substr(string,start,length)

查询

presto:default> select substr('tutorialspoint',10,2) as substring; 
 substring 
----------- 
    po

apache_presto_sql_functions.html