Reference Guide > TDV Support for SQL Functions > Character Functions > UNICHR
 
UNICHR
Takes an integer input and returns the character with the specified ASCII value.
Syntax
UNICHR(integer)
Example
SELECT UNICHR(123)