PL/SQL Chr
Oracle PL/SQL Chr Function
The chr function returns the character based on the NUMBER code. Is the opposite of the ascii function.
The Chr Function syntax:
chr ( number )
Example:
select chr(97) from dual; would return a select chr(65) from dual; would return A