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






ltrim(' whitespace example')


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

           
       








Related examples in the same category

1.ltrim: trim string to the left
2.ltrim(name, ' ')