ASCII_CHAR()

Available in: DSQL, PSQL

Added in: 2.1

Description

Returns the ASCII character corresponding to the number passed in the argument.

Result type: [VAR]CHAR(1) CHARACTER SET NONE

Syntax

ASCII_CHAR (<code>)

<code> ::= an integer in the range [0..255]

Important: