MSSQLString FunctionsCHAR
ASCII

CHARString Functions

ABS

Converts an ASCII code to a character.

Syntax

CHAR(n)

Example

Enter values below to update the example in real time.

char_a
SELECT CHAR(65) AS char_a;