This MariaDB tutorial explains how to use the MariaDB RIGHT function with syntax and examples.
The MariaDB RIGHT function allows you to extract a substring from a string, starting from the right-most character.
The syntax for the RIGHT function in MariaDB is:
The string that you wish to extract from.
The number of characters that you wish to extract from string starting from the right-most character.
The RIGHT function can be used in the following versions of MariaDB:
Let's look at some MariaDB RIGHT function examples and explore how to use the RIGHT function in MariaDB.
For example: