hi
I have a table which stores values of bank notes per currency per day. I need to write a query that gets a value of a note per cuurency for the previous recorded date. if today is 2003/06/05 and the last recorded date was 2003/05/30 then it must return values for that date.if there were other dates like 2003/05/29,2003/05/28 it must not return it because 2003/05/30 was the lastest one from those.
Thanks
I have a table which stores values of bank notes per currency per day. I need to write a query that gets a value of a note per cuurency for the previous recorded date. if today is 2003/06/05 and the last recorded date was 2003/05/30 then it must return values for that date.if there were other dates like 2003/05/29,2003/05/28 it must not return it because 2003/05/30 was the lastest one from those.
Thanks