convert ASCII values to original character
707508Jun 29 2009 — edited Jun 29 2009All,
I have to convert an ASCII value to its character value.
say for example,
A- 65
select ASCII('A') from dual;
will give 65
but if i give 65 as the input, it should display A. which function will do this?