Returns the reverse of a character expression.
REVERSE( string-expression )
string-expression The string to be reversed.
This function supports NCHAR inputs and/or outputs.
SQL/2008 Vendor extension.
The following statement returns the value cba.
SELECT REVERSE( 'abc' );