RTRIM(str) : RTRIM : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » RTRIM »

 

RTRIM(str)


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» RTRIM