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 -> SQL: Limit Number of Rows Returned

SQL: Limit Number of Rows Returned

From: Todd Haddaway <haddaway_at_umbc.edu>
Date: Fri, 15 May 1998 12:26:43 -0400
Message-ID: <355C6CC2.68E1835D@umbc.edu>


OK,

SQL 101 question - How do I limit the number of rows returned in a select. For example, I only want to see the first 10 rows.

I know it's something like:

  Select * from table where rows < 11;

Thanks! Received on Fri May 15 1998 - 11:26:43 CDT

Original text of this message

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