The Oracle and PL/SQL CHR function returns the character based on the ascii code.
The general format is:
CHR(number)
Example 1:
SELECT CHR(86) FROM DUAL;
returns:
V
The Oracle and PL/SQL CHR function returns the character based on the ascii code.
The general format is:
CHR(number)
Example 1:
SELECT CHR(86) FROM DUAL;
returns:
V