AnotherJob
Programmer
I have some data that has multiple records per day, and each record has a timestamp. What I want to do is to select only the last entry for each date.
I've already got code to do that, using a code loop, but I feel sure there must be some SQL statement what will do the selection for me. Can anyone here give an example please?
I've already got code to do that, using a code loop, but I feel sure there must be some SQL statement what will do the selection for me. Can anyone here give an example please?