CHAR

{CHAR | CHR} (int)

Parameters

  • int - an argument.

Description

Return the character that represents the ASCII value. This method returns a string.

Example

SELECT CHAR(65)||name FROM Players;