String Functions MySQL Tutorial

mysql>
mysql> SELECT RTRIM('rntsoft   ');
+--------------------+
| RTRIM('rntsoft   ') |
+--------------------+
| rntsoft             |
+--------------------+
1 row in set (0.00 sec)
mysql>