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: ``limit'' in Oracle?

Re: ``limit'' in Oracle?

From: Drazen Zoric <drazen.zoric_at_vip.hr>
Date: Fri, 16 Nov 2001 13:47:29 +0100
Message-ID: <9t31qn$peo$1@fstgss02.tu-graz.ac.at>


What are you using to access DB (ADO, OCI, ...)?

"Brian Lee" <senux_at_senux.com.NOSPAM> wrote in message news:Jz7J7.21412$P%2.1151131_at_news.bora.net...
> Hi,
>
> I'm newbie at Oracle database. I want to get some part of data from
> Oracle database. I did follow SQL sentence in Oracle and it works.
> But it's very slow to get the result because the table is very huge.
> Is there more fast way to get result? I use ``limit'' function in MySQL
for
> this case but I don't know how to do this in Oracle.
>
> select * from
> ( select rownum as mynum, * from big_log_tab where ip like '2%')
> where mynum between 100 and 110 order by datetime
>
> Sorry for short English but I am really waiting for a reply for this
> posting. Thank you a lot!
>
> --
> Brian Lee - http://www.senux.com/
Received on Fri Nov 16 2001 - 06:47:29 CST

Original text of this message

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