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/2003 Vendor extension.
The following statement returns the value cba.
SELECT REVERSE( 'abc' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |