April 2008
Intermediate to advanced
566 pages
21h 55m
English
REVERSE()
REVERSE(string)This function returns the characters of
string in reverse order. It’s
multibyte-safe. Here is an example:
SELECT REVERSE('MUD');
+----------------+
| REVERSE('MUD') |
+----------------+
| DUM |
+----------------+Read now
Unlock full access