IanHallett
IS-IT--Management
I have a table which includes the following fields and sample values :
J_REF PeriodEndDate Value
100067 03/07/2005 1000
100067 04/07/2005 965
100067 10/07/2005 1125
100067 17/07/2005 875
I need to query the table and return all the records including the previous period end date, i.e. the PeriodEndDate value from the previous record.
Any help would be much appreciated.
J_REF PeriodEndDate Value
100067 03/07/2005 1000
100067 04/07/2005 965
100067 10/07/2005 1125
100067 17/07/2005 875
I need to query the table and return all the records including the previous period end date, i.e. the PeriodEndDate value from the previous record.
Any help would be much appreciated.