Apache Presto - ltrim(string)



Query

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

Result

 string_ltrim 
--------------- 
 Apache Presto 
apache_presto_sql_functions.htm
Advertisements