LEFT
LEFT(string AS STRING, n AS INTEGER) AS STRING
Returns a string containing the <n> left characters of the string <string>.
LEFT(string AS STRING, n AS INTEGER) AS STRING
Returns a string containing the <n> left characters of the string <string>.