description Reverses the order of characters in a string. REVERSE Syntax REVERSE(expression varchar) → varchar expression: The string to reverse. Examples {% code title="REVERSE example" %} SELECT REVERSE('Hello, world!'); -- !dlrow ,olleH {% endcode %}