Apache Presto - rtrim (chaîne)
Requete
presto:default> select rtrim('apache presto') as string_rtrim;
Résultat
string_rtrim
---------------
apache presto
presto:default> select rtrim('apache presto') as string_rtrim;
string_rtrim
---------------
apache presto
