Database SQL Language Reference
ContentsOpens a new window
Opens a new window
Page 245 of 554

ROWIDTONCHAR

Syntax

Description of rowidtonchar.gif follows
Description of the illustration rowidtonchar.gifOpens a new window

Purpose

ROWIDTONCHAR converts a rowid value to NVARCHAR2 data type. The result of this conversion is always in the national character set and is 18 characters long.

Examples

The following example converts a rowid value to an NVARCHAR2 string:

SELECT LENGTHB( ROWIDTONCHAR(ROWID) ) Length, ROWIDTONCHAR(ROWID) 
   FROM employees
   ORDER BY length; 

    LENGTH ROWIDTONCHAR(ROWID
---------- ------------------
        36 AAAL52AAFAAAABSABD
        36 AAAL52AAFAAAABSABV
. . .
Previous PageOpens a new window
Page 245 of 554
Next PageOpens a new window