Apache Presto - trim (stringa)

Query

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

Risultato

string_trim 
------------- 
   Presto