Reverses the order of characters in a string.
expression: The string to reverse.
Examples
SELECT REVERSE('Hello, world!'); -- !dlrow ,olleH
Last updated 1 year ago