Returns a leftmost substring of a string value
Left("Central region", 7) → "Central" Left("New York City", 8) → "New York"
Left(string, length)
string - A text value
string
length - Length of the resulting text
length