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