Skip to content

Returns the character for a given ASCII code.

func.char(<code>)
func.char(65)
┌─────┐
'A'
└─────┘
CHAR(<code>)
SELECT CHAR(65);
┌───┐
│ A │
└───┘