Parameter | Type |
---|---|
value | integer |
Returns: string
Example
query:
SELECT CHAR(57)
results:
char |
---|
9 |
This function takes an integer between 0 and 255 and returns the ASCII character represented by that number.
Parameter | Type |
---|---|
value | integer |
query:
SELECT CHAR(57)
results:
char |
---|
9 |