REVERSE

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Returns a string with characters in reverse order.

  • <string>: The string to reverse.

Returns a text value with characters in reverse order.

  • For multi-byte UTF-8 characters, individual characters are preserved and reversed.

Reverse the characters in a string.

Returns 'edcba'.