CHR(code)

Returns the character that has the ASCII code value specified by code. The value of code should be between 0 and 255.

 

Example:

SELECT CHR(100) returns d (ASCII code for '100')