LTRIM
Syntax
LTRIM(<expr>)
Description
Returns <expr> with any leading whitespace (spaces or tabs) removed. Trailing whitespace can be removed using RTRIM and both can be removed using TRIM.
LTRIM(<expr>)
Returns <expr> with any leading whitespace (spaces or tabs) removed. Trailing whitespace can be removed using RTRIM and both can be removed using TRIM.