Viewing 4 posts - 1 through 5 (of 5 total)
When I tried the Max(timestamp) query on my larger data set, I got multiples on business units if the timestamps was exactly the same for the download types. Meaning...
November 6, 2008 at 9:54 am
Yes this gives me the desired results.
I was so focused on the timestamp I did not think about the Manifest_ID.
THANKS!!
Jason
November 6, 2008 at 9:05 am
The expected results based on the data provided should be:
Business_Unit_ID Download_type Status_code timestamp
1002359 A ...
November 5, 2008 at 11:31 pm
Thanks for pointing me in the right direction.
Here is the sql to create a table and the test data.
--===== If the test table already exists, drop it ...
November 5, 2008 at 7:33 pm
Viewing 4 posts - 1 through 5 (of 5 total)