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

Home -> Community -> Usenet -> c.d.o.misc -> SELECT

SELECT

From: Uli Herberg <ulrich.herberg_at_lrz.tu-muenchen.de>
Date: Fri, 21 Sep 2001 11:05:13 +0200
Message-ID: <9oevqu$qvu$1@wsc10.lrz-muenchen.de>


I am new to Oracle, I only have some exprerience in MySQL. In MySQL there is a SELECT statement used to limit the number of rows: SELECT * FROM tablename LIMIT 0,10;
(this would show the first ten entries)

How can I do this in Oracle7 ?

Thanks a lot
Uli Received on Fri Sep 21 2001 - 04:05:13 CDT

Original text of this message

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