For the complete documentation index, see llms.txt. This page is also available as Markdown.

CHR

This section contains reference documentation for the CHR function.

the character corresponding to the Unicode codepoint

Signature

CHR(codepoint)

Usage Examples

SELECT CHR(65) AS value
FROM ignoreMe
value

A

Last updated

Was this helpful?