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: how to limit the output?

Re: how to limit the output?

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Tue, 26 Oct 1999 12:46:53 GMT
Message-ID: <3815A2BD.A16CD9B9@edcmail.cr.usgs.gov>


Try:

  SELECT * FROM table WHERE ROWNUM <= 3;

HTH,
Brian

Martin Meister wrote:
>
> Hi anybody,
>
> is there in oracle a mechnism to limit the output to 3 colums. In MySQL
> works:
>
> select * from table limit 3
>
> I didn't found anything similar in the oracle documentation.
>
> any suggestions??
>
> CU
>
> martin
Received on Tue Oct 26 1999 - 07:46:53 CDT

Original text of this message

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