Example
Reverse a string:
SELECT REVERSE("SQL Tutorial");
Definition and Usage
The REVERSE() function reverses a string and returns the result. Continue reading MySQL REVERSE Function
Reverse a string:
SELECT REVERSE("SQL Tutorial");
The REVERSE() function reverses a string and returns the result. Continue reading MySQL REVERSE Function