ltrim
Remove all leading spaces from a string
Syntax
ltrim(string_expr)
Arguments
string_expr | A character string or an expression returning a character string value. |
Description
This scalar string function removes all leading spaces from the specified string. The string parameter can be an ASCII string or a Unicode string. If a Unicode string is specified, the function returns a Unicode string.