Let\'s assume I extract some set of data.
i.e.
SELECT A, date FROM table
I want just the record with the max date (for each value o
SELECT mu_file, mudate FROM flightdata t_ext WHERE mudate = (SELECT MAX (mudate) FROM flightdata where mudate < sysdate)