Returns a string with the characters in reverse order.

REVERSE(string)
Name Type Description
string character The field, expression, or literal value to reverse the order of.

Character.

Basic examples

Returns "E DCBA":

REVERSE("ABCD E")