Apache Presto - rtrim (stringa)
Query
presto:default> select rtrim('apache presto') as string_rtrim;
Risultato
string_rtrim
---------------
apache presto
presto:default> select rtrim('apache presto') as string_rtrim;
string_rtrim
---------------
apache presto