RIGHT( )
Extracts a substring from a string, starting from the right-most, or last, character.
Syntax
Arguments
The string from which to extract a substring.
The number of characters to extract, starting from the last character.
Returns
A substring of a specific length.
Example
The following example displays the last four characters of each value in the ProductCode data field.