REVERSE() : REVERSE « String « SQL / MySQL






REVERSE()

   
mysql>
mysql> SELECT REVERSE('dog');
+----------------+
| REVERSE('dog') |
+----------------+
| god            |
+----------------+
1 row in set (0.00 sec)

mysql>

   
    
    
  








Related examples in the same category