LTRIM(Expr, c=' ')
Returns a string of Expr where all characters c at the left are removed. Parameter c is optional. Default value the space character (' ') .
Go Back