Syntax
CHAR(<number>)
Description
Returns the character specified by the codepoint number in UTF-16 representation. This function uses decimal numbers and not hexadecimal.
Examples
Column1 | CHAR returns |
---|
65 | A |
115 | s |
220 | Ü (capital letter U with diaeresis) |