Oracle® OLAP DML Reference 11g Release 1 (11.1) Part Number B28126-01 |
|
|
View PDF |
The ROWIDTONCHAR function converts a value of the ROWID
data type to a value of the NCHAR
data type. The result of this conversion is always in the national character set and is 18 characters long.
Return Value
NCHAR
The result of this conversion is always in the national character set and is 18 characters long.
Syntax
ROWIDTONCHAR (rowid)
Arguments
The value of type ROWID
that you want to convert.
Examples
See Example 8-91, "Converting ROWID Data to TEXT or NTEXT Data".