CHR

CHR(x) gets the character with the ASCII value of x.


SQL> SELECT CHR(97), CHR(65) FROM dual;

C C
- -
a A

SQL>

CHR() and ASCII() have the opposite effect.

Home »
Oracle »
String Functions » 

Related: