Apache Presto - rtrim(string)



Query

presto:default> select rtrim('apache presto') as string_rtrim; 

Result

 string_rtrim 
--------------- 
 apache presto 
apache_presto_sql_functions.htm
Advertisements