Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Reports 2.5
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
![]() |
![]() |