Looking for some help on this issue.
I have a table that is a list of driver information and I am in need of selecting the rows that have the max report_date value. Also, a driver can be in there multiple times for each report_date so I need distinct drivers.
How can I query that?