Hi if I have a table
Transid Balance Date
------------------------------
1 10 2004-10-01
40 430 2004-10-12
230 32 2004-10-15
255 1123 2004-10-25
------------------------------
If I get the Max(TransID) I get 255, but I want the previous one 230?
How do I get that one?
Transid Balance Date
------------------------------
1 10 2004-10-01
40 430 2004-10-12
230 32 2004-10-15
255 1123 2004-10-25
------------------------------
If I get the Max(TransID) I get 255, but I want the previous one 230?
How do I get that one?