ASCII
CHAR
ABS
Converts an ASCII code to a character.
CHAR(n)
Enter values below to update the example in real time.
char_a
SELECT CHAR(65) AS char_a;