PostgreSQL Function Reference

LTRIM
Removes leading spaces from a string.
PostgreSQL 17.5
LTRIM(str)
str
The string
Examples
PostgreSQL 17.5
SELECT LTRIM('  Hello  ')