Returns the reverse of a character expression.
REVERSE( string-expression )
string-expression The string to be reversed.
LONG VARCHAR
LONG NVARCHAR
This function supports NCHAR inputs and/or outputs.
SQL/2003 Vendor extension.
The following statement returns the value cba.
SELECT REVERSE( 'abc' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |