ASCIISTR

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


SQL> select asciistr('A B C  E') from dual;

ASCIISTR('ABC
-------------
A B C \017D E

SQL>
Home »
Oracle »
Conversion Functions » 

Related: