ASCII_CHAR()
Character from ASCII code
CHAR(1) CHARACTER SET NONE
ASCII_CHAR (code)
Parameter | Description |
---|---|
code |
An integer within the range from 0 to 255 |
Returns the ASCII character corresponding to the number passed in the argument.
Important
|
|