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: Select a range of stuff?

Re: Select a range of stuff?

From: DStevens <dstevens_at_navidec.com>
Date: Fri, 15 Mar 2002 12:29:33 -0700
Message-ID: <a6ti2n$8re$1@newsreader.mailgate.org>


Select sum(Numeric_col) from (select rownum myrownum, numeric_col from table) where myrownum > x and myrownum < y

>
Received on Fri Mar 15 2002 - 13:29:33 CST

Original text of this message

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