Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 282 Bytes

File metadata and controls

22 lines (15 loc) · 282 Bytes
description
This section contains reference documentation for the CHR function.

CHR

the character corresponding to the Unicode codepoint

Signature

CHR(codepoint)

Usage Examples

SELECT CHR(65) AS value
FROM ignoreMe
value
A