LTRIM
All functions > STRING > LTRIM
Removes whitespace from the left (beginning) of a string.
Syntax
LTRIM(expr)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
string | VARCHAR | Yes | String to trim |
Returns
String with leading whitespace removed
Notes
- Removes spaces, tabs, newlines from the beginning only
- Trailing whitespace is preserved
- Middle whitespace is preserved