Oracle9i SQL Reference
Release 1 (9.0.1)

Part Number A90125-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Functions, 138 of 166


TO_NCHAR (character)

Syntax

to_nchar_char::=


Text description of functions109a.gif follows
Text description of to_nchar_char

Purpose

The TO_NCHAR (character) function converts a character string, CLOB, or NCLOB 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.

See Also:

"Data Conversion" and TRANSLATE ... USING 

Example

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 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 verfügbar auf 
Anfrage.
· Lieferbar in Elfenbein, Rot oder Schwarz.

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback