Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回字符表达式的相反值。
REVERSE( string-expression )
string-expression 要求相反值的字符串。
此函数支持 NCHAR 输入和/或输出。
SQL/2008 服务商扩充。
以下语句返回值 cba。
SELECT REVERSE( 'abc' );