CHAR

Use CHAR to return the ASCII character. The parameter is an ASCII character code. Compass queries supports a range higher than the 255 ASCII codes.

Syntax

CHAR(ascii_code)

Example

SELECT CHAR(115), CHAR(116), CHAR(117), CHAR(118)

Result : s,t,u,v