Skip to main content
Version: 0.0.1

REVERSE

Categories: String

REVERSE

Reverses the order of characters in a string.

Syntax

REVERSE(expression varchar) → varchar

  • expression: The string to reverse.

Examples

{{< codeheader "REVERSE example" >}}

SELECT REVERSE('Hello, world!');
-- !dlrow ,olleH