Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • REVERSE(str) mysql function

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 277
    Comment on it

    REVERSE(str)

    If you want to reverse a string in mysql then you can use the REVERSE(str) mysql function. REVERSE() function returns the string str with the order of the characters reversed means if you want to reverse a string then you can pass the string as a argument in this function.

    1. mysql> SELECT REVERSE('HELLO MySQL');
    2. +------------------------+
    3. | REVERSE('HELLO MySQL') |
    4. +------------------------+
    5. | LQSyM OLLEH |
    6. +------------------------+
    7. 1 row in set (0.00 sec)
    8.  
    9. mysql> SELECT REVERSE('MySQL');
    10. +------------------+
    11. | REVERSE('MySQL') |
    12. +------------------+
    13. | LQSyM |
    14. +------------------+
    15. 1 row in set (0.00 sec)

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: