Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回一个 NCHAR 字符串,其中包含一个在参数中指定了 Unicode 代码点的字符;如果该值不是有效的代码点值,则返回 NULL。
NCHAR( integer )
integer 要转换为相应 Unicode 代码点的数字。
NVARCHAR
SQL/2008 服务商扩充。
以下示例返回阿拉伯字母 ALEF,它是 Unicode 代码点 U+627:
SELECT NCHAR( 1575 );