Apache Presto - trim(string)

查询

presto:default> select trim('Presto') as string_trim; 
 string_trim 
------------- 
   Presto 

apache_presto_sql_functions.html