REVERSE(str) : REVERSE : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » REVERSE »

 

REVERSE(str)


mysql>
mysql> SELECT REVERSE('abc');
+----------------+
| REVERSE('abc') |
+----------------+
| cba            |
+----------------+
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
» REVERSE