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

Home -> Community -> Usenet -> c.d.o.server -> Re: "select" simple question?

Re: "select" simple question?

From: Régis Padilha Vaz <oracy_at_zaz.com.br>
Date: Wed, 07 Apr 1999 20:11:15 -0300
Message-ID: <370BE612.9B1598C2@zaz.com.br>


Hi Nikita,

If you want only the first 10 rows in a querie, simply made that querie in the order you desire to be the result, after than, restrict the result with pseudo-column ROWNUM.

Like this:

select * from TAB
  where rownum < 11

I hope this help you.

Bye. Received on Wed Apr 07 1999 - 18:11:15 CDT

Original text of this message

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