Returns an integer containing the Unicode code point of the first character in the string, or NULL if the first character is not a valid encoding.
UNICODE( nchar-string-expression )
nchar-string-expression The NCHAR string whose first character is to be converted to an integer.
INT
SQL/2003 Vendor extension.
The following example returns the integer 65536:
SELECT UNICODE(UNISTR( '\u010000data' )); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |