Last updated 13 days ago
Was this helpful?
Removes leading spaces from the beginning of a given string.
LTrim(text)
text (required)- A string or column where each row contains a string.
LTrim(" John Doe ")
Returns “John Doe "
Spaces on the right side are not removed
[LTrim of Names] = LTrim([Names])
Returns: