Hi guys,
Im sure the following can be done in a single query:
I have a table with usernames and dates when they were last active. I need a query to collect the username and the last date they were online. Each username can appear more than once and they will have various dates, ie:
Username Date
John Smith 01/01/12
John Smith 03/11/12
John Smith 07/12/12
Simon Jones 11/06/13
Simon Jones 15/02/13
Simon Jones 18/09/13
Cheers,
Dean