Apache Presto - rtrim(string)

查询

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

apache_presto_sql_functions.html