sql-referencesql-functionsfunctionsREVERSEVersion: 0.0.1On this pageREVERSECategories: StringREVERSEReverses the order of characters in a string.SyntaxREVERSE(expression varchar) → varcharexpression: The string to reverse.Examples{{< codeheader "REVERSE example" >}}SELECT REVERSE('Hello, world!');-- !dlrow ,olleH