Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
文字列の最初の文字に Unicode のコードポイントを含む整数を返します。最初の文字が有効なエンコーディングではない場合は NULL を返します。
UNICODE( nchar-string-expression )
nchar-string-expression 最初の文字が整数に変換される NCHAR 文字列。
INT
SQL/2008 ベンダー拡張。
次の例は、整数 65536 を返します。
SELECT UNICODE(UNISTR( '\u010000data' ));