RIGHT

RIGHT('Hulk', 2)

Syntax

RIGHT(text expression, numerical expression)

Text function which returns last N symbols of text. RIGHT('Hulk', 2) = 'lk'.

text expression: Text created using text functions, text fields or constants.

numerical expression: Basic arithmetic calculation created using the math operators +, -, *, /, numerical data fields and constants.