This section contains reference documentation for the CHR function.
Last updated 3 years ago
Was this helpful?
the character corresponding to the Unicode codepoint
CHR(codepoint)
SELECT CHR(65) AS value FROM ignoreMe
A