CHAR
{CHAR | CHR} (int)
Parameters
int
Description
Return the character that represents the ASCII value. This method returns a string.
Example
SELECT CHAR(65)||name FROM Players;
Updated about 5 years ago