Return the Unicode character based on the number code 65:
SELECT NCHAR(65) AS NumberCodeToUnicode;
Try it Yourself »
The NCHAR() function returns the Unicode character based on the number code.
NCHAR(
number_code)
Parameter | Description |
---|---|
number_code | Required. The number code in the Unicode standard to return the character for |
Works in: | SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!