REVERSE( ) function

Returns a string with the characters in reverse order.

Syntax

REVERSE(string)

Parameters

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

Output

Character.

Examples

Basic examples

Returns "E DCBA":

REVERSE("ABCD E")