Oracle CHARTOROWID Function


/ Published in: SQL
Save to your folder(s)

A few examples of the CHARTOROWID function.


Copy this code and paste it in your HTML
  1. SELECT rowid, student_id, first_name, last_name
  2. FROM student;
  3.  
  4.  
  5. SELECT *
  6. FROM student
  7. WHERE ROWID =
  8. CHARTOROWID('AAAFGlAABAAALIxAAC');

URL: http://www.databasestar.com/oracle-chartorowid/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.