Hi,
I have a table that records various 'statuses' about people.
So, the table stores the personId, status, dateInserted, etc., and a person can have multiple status records.
What I need to do is to display only the most recent status record per person (ie, by the max(dateInserted) for that...