LEFT function

LEFT returns the first character or characters in a text string.

Syntax

LEFT (text, length)

  • text is the text where the initial partial words are to be determined.
  • length is an optional argument that specifies the number of characters for the start text. If this parameter is not defined, one character is returned.

Example

LEFT("output",3) returns out.