RIGHT Function

The RIGHT function selects the rightmost specified number of characters of a character expression.

Syntax

RIGHT(expression,number)

Example

RIGHT("ABCDEF",3)

Returns DEF.

Related Topics