Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The ASCIISTR function takes a string in any character set and returns an ASCII version of that string.
NTEXT
ASCIISTR(text-exp)
A text expression.
How ASCIISTR Converts Non-ASCII Characters
The ASCIISTR function converts non-ASCII characters to \
xxxx
, where xxxx
represents a UTF-16 code unit.
See:
Oracle Database Globalization Support Guide for information on Unicode character sets and character semantics.