SQL CHAR Function

The SQL Server CHAR function converts the user-specified integer value (ASCII code) to a character. This CHAR function is exactly the opposite of the ASCII Function. The syntax of the SQL CHAR Function is SELECT CHAR (int_Expression) FROM [Source] int_Expression: Valid integer value or Expression to find the character. The specified integer value range should be … Read more