Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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' );