RIGHT
Use the RIGHT function to return the specified number of characters from the end of a text value.
Use
RIGHT( text [, num_chars] )
Returns the rightmost characters from a text value.
| Parameter | Required | Description | 
|---|---|---|
| text | Yes | the text containing characters to return | 
| num_chars | No | the number of characters to extract; if omitted, assumed to be 1 | 
| Returns | Text | 
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.