Hi,
I have a query which will fetch the record like below.
NAME CALC_VALUE
A 10
B 20
C 30
D 40
E 50
F 60
G 70
H 80
I 90
I have a procedure which is having one input parameter. If My input value is 60 means, how can i get the prior value of this 60 from my above query result set. For example the prior value of 60 is 50.
Thanks
Edited by: orasuriya on Aug 15, 2009 10:44 AM