Hi
I have the following table
ID date
1 1 Jan 2008
2 2 Jan 2008
3 5 Jan 2008
I want to see the following:
ID date difference
1 1 Jan 2008 Null
2 2 Jan 2008 1
3 4 Jan 2008 2
i.e it finds the day difference from the row above.
Thank you for your help
Regards
Mark
Regards
Mark
I have the following table
ID date
1 1 Jan 2008
2 2 Jan 2008
3 5 Jan 2008
I want to see the following:
ID date difference
1 1 Jan 2008 Null
2 2 Jan 2008 1
3 4 Jan 2008 2
i.e it finds the day difference from the row above.
Thank you for your help
Regards
Mark
Regards
Mark