目录

SQL服务器 NCHAR() 函数

示例

根据数字代码 65 返回 Unicode 字符:

SELECT NCHAR(65) AS NumberCodeToUnicode;
亲自试一试 »

定义和用法

NCHAR() 函数根据数字代码返回 Unicode 字符。

语法

NCHAR( number_code)

参数值

Parameter Description
number_code Required. The number code in the Unicode standard to return the character for

技术细节

工作于: SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库