I have a table that has a set of data in it, as follows:
Notice the above results are gathered by the following SQL query:
select * from Logs wh
.Distinct destroys order. Switch the position of the Distinct and the OrderBy calls.
.Distinct
Distinct
OrderBy