LEFT(Expr, size)
Returns the size first character part of Expr.
LEFT(ArrExpr, size)
Returns the size first elements of ArrExpr. It is used in array expressions.
Go Back