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: Andrew Protasov <oracle_at_protasov.kiev.ua>
Date: Fri, 11 Dec 98 21:51:53 +0200
Message-ID: <AIPVNSsK42@protasov.kiev.ua>

Hi,

Try

select * from <your_table> where rownum<=10;

Andrew Protasov

> hi..
> i just want to know above......
> help me...
>
>
>
Received on Fri Dec 11 1998 - 13:51:53 CST

Original text of this message

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