Oracle® Database SQL Reference 10g Release 2 (10.2) Part Number B14200-01 |
|
|
View PDF |
Syntax
to_nchar_char::=
Purpose
TO_NCHAR
(character) converts a character string, CLOB
, or NCLOB
value from the database character set to the national character set. This function is equivalent to the TRANSLATE
... USING
function with a USING
clause in the national character set.
Examples
The following example converts NCLOB
data from the pm.print_media
table to the national character set:
SELECT TO_NCHAR(ad_fltextn) FROM print_media WHERE product_id = 3106; TO_NCHAR(AD_FLTEXTN) ------------------------------------------------------------------------ TIGER2 Tastaturen...weltweit fuehrend in Computer-Ergonomie. TIGER2 3106 Tastatur Product Nummer: 3106 Nur 39 EURO! Die Tastatur KB 101/CH-DE ist eine Standard PC/AT Tastatur mit 102 Tasten. Tasta turbelegung: Schweizerdeutsch. . NEU: Kommt mit ergonomischer Schaumstoffunterlage. . Extraflache und ergonimisch-geknickte Versionen verfugbar auf Anfrage. . Lieferbar in Elfenbein, Rot oder Schwarz.