Apache Presto - trim(string)



Query

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

Result

 string_trim 
------------- 
   Presto 
apache_presto_sql_functions.htm
Advertisements