Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

NCHAR

Example

Return the Unicode character corresponding to the number code 65.

SELECT NCHAR(65AS NumberCodeToUnicode;

Definition and Usage

The NCHAR() function retrieves the Unicode character associated with a specified number code.

Syntax

NCHAR(number_code)

Parameter Values

Parameter

Description

number_code

Required: The numeric code in the Unicode standard for which to retrieve the corresponding character.

Technical Details

Works in:

 SQL Server (since 2008), Azure SQL Database, Azure SQL Data Warehouse, and Parallel Data Warehouse