LEFT

Description

The LEFT function retrieves the specified number of characters from the left end of a string.

Syntax

LEFT(text, [length])

  • text: A text expression.
  • length: Optional; the number of characters to retrieve. If omitted, the leftmost
    character is retrieved.

Examples


LEFT