LEFT(string,len)

[<<<] [>>>]

Creates the left of a string. The first argument is the string. The second argument is the number of characters that should be put into the result. If this value is larger than the number of characters in the string then all the string is returned.

See also MID, RIGHT


[<<<] [>>>]