8.3.1. ASCII_CHAR()
Available in
DSQL, PSQL
Possible name conflict
YES → Read details
Syntax
ASCII_CHAR (code)
Parameter | Description |
---|---|
code | An integer within the range from 0 to 255 |
Result type
CHAR(1) CHARACTER SET NONE
Description
Returns the ASCII character corresponding to the number passed in the argument.
|