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 -> Reports 2.5

Reports 2.5

From: Ian Ellerker <ian.ellerker_at_ns.sympatico.ca>
Date: 1998/11/04
Message-ID: <3640c884.691800@news1.ns.sympatico.ca>#1/1

I am trying to get reports to display a range of number.

I am selecting START_NUMBER, END_NUMBER, and DELTA from a database table. I want to display all the numbers from START_NUMBER to END_NUMBER by the defined DELTA. How can this be done.

For example, if

START_NUMBER = 10
END_NUMBER = 20
DELTA = 2 The displayed values will be:
10
12
14
16
18
20

Any help will be appricated. Thanks Received on Wed Nov 04 1998 - 00:00:00 CST

Original text of this message

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