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.
SQL/2003 Vendor extension.
The following example returns the integer 65536:
SELECT UNICODE(UNISTR( '\u010000data' )); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |