Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
RTRIM
RTRIM
Removes trailing spaces from a string.
PostgreSQL 17.5
RTRIM
(
str
)
str
The string
Examples
PostgreSQL 17.5
SELECT
RTRIM
(
' Hello '
)