DB
FunctionsString

chr

Returns a one-byte string from an integer code in [0,255]. Non-integral or out-of-range values produce NULL.

chr(…) → String

Kind · scalar

Returns a one-byte string from an integer code in [0,255]. Non-integral or out-of-range values produce NULL.

Part of the String family.