rtrim('whitespace example ') : rtrim « String Functions « PostgreSQL






rtrim('whitespace example ')


postgres=# SELECT rtrim('whitespace example ');
       rtrim
--------------------
 whitespace example
(1 row)


           
       








Related examples in the same category

1.rtrim(): trim the string to the right