Apache Presto - ltrim (stringa)

Query

presto:default> select ltrim('Apache Presto') as string_ltrim;

Risultato

string_ltrim 
--------------- 
 Apache Presto