Tuesday, February 19, 2013

MySQL REVERSE String function

MySQL REVERSE String function


String REVERSE in MySQL reverses the the string.

         Syntax:    Reverse(characterSequence)

select REVERSE('Audi');

O/P:

| REVERSE('Audi') |
| iduA            |

1 row in set (0.00 sec)


Tags:MySQL REVERSE String function,Reverse String in MySQL,String Reverse in MySQL

No comments:

Post a Comment