Categories: String
REVERSE
Reverses the order of characters in a string.
Syntax
REVERSE(expression varchar) → varchar
- expression: The string to reverse.
Examples
REVERSE exampleSELECT REVERSE('Hello, world!');
-- !dlrow ,olleH
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.