Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
REVERSE
REVERSE
Reverses a string.
PostgreSQL 17.5
REVERSE
(
str
)
str
The string to reverse
Examples
PostgreSQL 17.5
SELECT
REVERSE
(
'drawer'
)