Apache Presto - ltrim (stringa)
Query
presto:default> select ltrim('Apache Presto') as string_ltrim;
Risultato
string_ltrim
---------------
Apache Presto
presto:default> select ltrim('Apache Presto') as string_ltrim;
string_ltrim
---------------
Apache Presto