/ Published in: SQL
A few examples of the CHARTOROWID function.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT rowid, student_id, first_name, last_name FROM student; SELECT * FROM student WHERE ROWID = CHARTOROWID('AAAFGlAABAAALIxAAC');
URL: http://www.databasestar.com/oracle-chartorowid/