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