Right
Returns a specific number of characters, starting at
the right of the string.
Syntax
right (string_exp, integer_exp)
Example
right ('ABCDEFG', 3)
Returns the result: EFG
right (string_exp, integer_exp)
right ('ABCDEFG', 3)
Returns the result: EFG