Apache Presto - trim(string)



查询

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

结果

 string_trim 
------------- 
   Presto 
apache_presto_sql_functions.htm
广告