Version ebook / Retour
REVERSE()
REVERSE(string)
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 | +----------------+