DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 15

Thread: display the nth row

Threaded View

  1. #9
    Join Date
    Feb 2007
    Posts
    212
    Thanks hunnies....anyway my brilliant mind got an answer for me

    Did u know that pl/sql reading 300,000 EMP rows took 2hrs? to process
    simple select?

    But when i use this:

    insert into temp select decode(rownum,119823,rowid,'') from EMP;

    DELETE FROM TEMP where a_rowid is null:

    just 5 seconds!
    Last edited by jennifer2007; 05-12-2007 at 05:09 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width