REVERSE(str): Returns the string str with the order of the characters reversed : REVERSE « String Functions « MySQL Tutorial






mysql>
mysql> SELECT REVERSE('abc');
+----------------+
| REVERSE('abc') |
+----------------+
| cba            |
+----------------+
1 row in set (0.02 sec)

mysql>








23.34.REVERSE
23.34.1.REVERSE(str): Returns the string str with the order of the characters reversed
23.34.2.Reverse the first name