SQL NCHAR Function

The SQL Server NCHAR function is a String method that returns the Unicode character at the specified integer value, as defined in Unicode standards. The syntax of the SQL NCHAR Function is SELECT NCHAR(Integer_Expression) FROM [Source] Integer_Expression: Please specify the valid numeric value. If the value is out of the range (something like 123456), it will return NULL as … Read more