RIGHT

Database Dictionary -> RIGHT

RIGHT

The RIGHT function takes 2 arguments – a string and an integer number and returns a substring of the string argument, which has the length of the second integer parameter, starting from the right.

SQL Tutorial