RIGHT(str,len) : RIGHT : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » RIGHT »

 

RIGHT(str,len)


mysql>
mysql> SELECT RIGHT('ABCDEFGHIJK', 4);
+-------------------------+
| RIGHT('ABCDEFGHIJK', 4|
+-------------------------+
| HIJK                    |
+-------------------------+
row in set (0.02 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» RIGHT