Description Reverses the order of characters in a string field. Syntax Reverse(string_expression) Examples Reverse('abcd') returns 'dcba' Return value datatype String Impact of null value If input is null, returns null.