Hi Friends,
Is there a function in Oracle 10g to display the nth row on a table in the
default select sequence? Say, if i have 1000 rows in table EMP, I want
to display the ROWID of the 500th row. In the command "select rownum,rowid from EMP";
Can you help me please. :)
