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: What's the equivalent of "set rowcount 10"(ms sql) in oracle?

Re: What's the equivalent of "set rowcount 10"(ms sql) in oracle?

From: Amit Aggarwal <aggarwal.amitm_at_kendle.com>
Date: Tue, 15 Dec 1998 13:38:57 -0500
Message-ID: <3676ACC0.93F77F@kendle.com>


select .... from ...
where ... and rowcount < 10;

Lexus wrote:

> hi..
> i just want to know above......
> help me...
Received on Tue Dec 15 1998 - 12:38:57 CST

Original text of this message

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