SQL Server NCHAR() 函数
定义和用法
NCHAR() 函数返回基于数字代码的 Unicode 字符。
语法
NCHAR(number_code)
参数值
参数 | 描述 |
---|---|
number_code | 必需。Unicode 标准中的数字代码,用于返回该代码对应的字符 |
技术细节
工作于 | SQL Server(从 2008 开始),Azure SQL 数据库,Azure SQL 数据仓库,并行数据仓库 |
---|
NCHAR() 函数返回基于数字代码的 Unicode 字符。
NCHAR(number_code)
参数 | 描述 |
---|---|
number_code | 必需。Unicode 标准中的数字代码,用于返回该代码对应的字符 |
工作于 | SQL Server(从 2008 开始),Azure SQL 数据库,Azure SQL 数据仓库,并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]