Apache Presto - ltrim(字符串)



查询

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

结果

 string_ltrim 
--------------- 
 Apache Presto 
apache_presto_sql_functions.htm
广告