Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
Functions, 17 of 166
chartorowid::=
chartorowid
CHARTOROWID
converts a value from CHAR
, VARCHAR2
, NCHAR
, or NVARCHAR2
datatype to ROWID
datatype.
Note:
This function does not support |
The following example converts a character rowid representation to a rowid. (The function will return a different rowid on different databases).
SELECT last_name FROM employees WHERE ROWID = CHARTOROWID('AAAFYmAAFAAAAFEAAP'); LAST_NAME ------------------------- Greene
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|