REVERSE
Reverse a string. This function returns the string with the order of its characters reversed.
Syntax
REVERSE(str)Description
Examples
SELECT REVERSE('desserts');
+---------------------+
| REVERSE('desserts') |
+---------------------+
| stressed |
+---------------------+Last updated
Was this helpful?

