ReferenceSQL ReferenceSQL FunctionsfunctionsREVERSEVersion: current [24.2.x]On this pageREVERSECategories: StringREVERSEReverses the order of characters in a string.SyntaxREVERSE(expression varchar) → varcharexpression: The string to reverse.ExamplesREVERSE exampleSELECT REVERSE('Hello, world!');-- !dlrow ,olleH