NCHAR: Returns a Unicode character representing the number passed as a parameter : NCHAR « String Functions « SQL Server / T-SQL






NCHAR: Returns a Unicode character representing the number passed as a parameter

1> -- NCHAR: Returns a Unicode character representing the number passed as a parameter.
2>
3> SELECT NCHAR(105)
4>
5> GO

-
i

(1 rows affected)
1>

           
       








Related examples in the same category

1.NCHAR: To return extended characters