asciistr('4321') : ASCIISTR « Char Functions « Oracle PL / SQL






asciistr('4321')


SQL> select asciistr('4321') from dual;

ASCI
----
4321

SQL>

           
       








Related examples in the same category

1.ASCIISTR(x): Converts x to an ASCII string, where x may be a string in any character set