Apache Presto - trim (string)

Inquerir

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

Resultado

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