Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Getting last rows

Getting last rows

From: Azhdin <flateric_at_freesurf.fr>
Date: Mon, 12 Mar 2001 16:41:45 +0100
Message-ID: <98iqod$7vr$1@wanadoo.fr>

Hello,

how can i get the last rows from a select which have a rownum restriction :

Select ID_COL from MYTABLE where mycondition and rownum<100 order by ID_COL desc;

With this request i don't have the last entries. I am working with Oracle 7.3.4 and Oracle 8.1.6

Best regards Received on Mon Mar 12 2001 - 09:41:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US