This MariaDB tutorial explains how to use the MariaDB RTRIM function with syntax and examples.
The MariaDB RTRIM function removes all space characters from the right-hand side of a string.
The syntax for the RTRIM function in MariaDB is:
The string to trim the space characters from the right-hand side.
The RTRIM function can be used in the following versions of MariaDB:
Let's look at some MariaDB RTRIM function examples and explore how to use the RTRIM function in MariaDB.
For example: