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 -> Re: Amount of Datasets

Re: Amount of Datasets

From: Randy DeWoolfson <randy_at_euclidsys.com>
Date: Wed, 22 Sep 1999 16:38:18 -0400
Message-ID: <37E93E3A.4F311E9C@euclidsys.com>


WHERE ROWNUM < 3;

has some problems, especially when sorting :) but my be what you are asking.

Randy

Christian Hartmann wrote:
>
> Hi there,
>
> how am I able to restrict the amount of datasets given back with a
> SQL-Statement like "SELECT * FROM XYZ".
>
> I don't think about a where-phrase, but something like "SELECT TOP 3 FROM
> XYZ" as I can use it with MS-SQL-Server.
>
> Is there a way?
>
> Ciao,
>
> Christian Hartmann
Received on Wed Sep 22 1999 - 15:38:18 CDT

Original text of this message

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