TO_CHAR
Converts an integer codepoint to its corresponding character.
Category: String Functions
Syntax
TO_CHAR(num)Arguments
- num
integerNumeric input value.
Returns
VARCHAR — Returns the computed result as VARCHAR.
Converts an integer codepoint to its corresponding character.
Category: String Functions
TO_CHAR(num)integer
Numeric input value.VARCHAR — Returns the computed result as VARCHAR.