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