July Dereck
2010-06-09 07:31:51 UTC
Hi Guys,
I have a table which is tagged on the DATE field. Each date has
multiple records. For example "31/03/2010" will have multiple records.
I wish the record pointer points at the last record of "31/03/2010".
If I do a SEEK it will point to the first record it finds of
"31/03/2010"
What I did was SEEK - "01/04/2010" (with a NEAR ON), then SKIP -1
Is there a easier way to do this with some built in Function ?
Thanks in advance.
I have a table which is tagged on the DATE field. Each date has
multiple records. For example "31/03/2010" will have multiple records.
I wish the record pointer points at the last record of "31/03/2010".
If I do a SEEK it will point to the first record it finds of
"31/03/2010"
What I did was SEEK - "01/04/2010" (with a NEAR ON), then SKIP -1
Is there a easier way to do this with some built in Function ?
Thanks in advance.