RIGHT

Description

The RIGHT function retrieves the specified number of characters from the right end of a string.

Syntax

RIGHT(text, [length])

  • text: A text expression.
  • length: Optional; the number of characters you want to retrieve. If omitted, returns 1
    character.

Examples


RIGHT