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 -> Limitting result without ROWNUM

Limitting result without ROWNUM

From: Matthias Matker <kernkoenig_at_arcor.de>
Date: Fri, 19 Jan 2007 21:41:21 +0100
Message-ID: <45b12cf1$0$18844$9b4e6d93@newsspool4.arcor-online.net>


Hello together,

I have to limit the number of results without using ROWNUM or something like that. One hint was to use "JOIN".

I have to select the 10 biggest persons from a table "persons"

id, firstname, lastname, size, age

WITHOUT using ROWNUM or "limitter" like this.

Do you have any idea?

Thanks a lot. Received on Fri Jan 19 2007 - 14:41:21 CST

Original text of this message

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