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: How to get the first 10 rows of a table

Re: How to get the first 10 rows of a table

From: Richard W. Zurbuchen <richard.zurbuchen_at_tangensys.com>
Date: Mon, 15 Apr 2002 10:57:36 +0200
Message-ID: <8Cwu8.26267$d45.3921200@monolith.news.easynet.net>


select * from table_name where rownum <= 10

"frank" <frankw_at_qd.lucent.com> schrieb im Newsbeitrag news:a9e2h7$mm4_at_nntpa.cb.lucent.com...
> Hi,
>
> I want to know how can I get the first 10 rows of a table's data.
> (Oracle 8.1.6)
>
> Thanks in advance
> Frank
>
>
Received on Mon Apr 15 2002 - 03:57:36 CDT

Original text of this message

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