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: "select" simple question?

Re: "select" simple question?

From: Alexandre Leite <aleite_at_sysdesign.com.br>
Date: Fri, 26 Mar 1999 10:45:17 -0300
Message-ID: <7dg2tp$n0e$1@srv4-poa.nutecnet.com.br>


Try this:

select * from test a
where 10 > (select count(*) from test b

                      where a.rowid > b.rowid)

Alexandre Leite.
leite_alexandre_at_hotmail.com

Jack Zhu escreveu na mensagem <7d990t$2qr$1_at_news.monmouth.com>...
>How can I use "select" to retrive first 10 rows of a table?
>
>Thanks in advance!
>
>Pls email me!
>
>jackzhu_at_monmouth.com
>
>
Received on Fri Mar 26 1999 - 07:45:17 CST

Original text of this message

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