Sql server CHAR function

In this article I am going to explain Sql server CHAR function.


Description:
CHAR function is opposite to ASCII function. It is used to get character from int ASCII code.

Syntax
CHAR ( integer_code ) 

Example:

select CHAR(88)

Output:

Sql server CHAR function


Post a Comment

0 Comments