I want to retrieve unique data froma table based on latest time stamp.
So If I have a table like this
guid 6 1/7/2010 9:55:29 PM
guid 6 1/5/2010 2:59:29 PM
guid 6 1/7/2010 2:55:29 PM
I need to write a query where I can query with no 6 and with latest timestamp in the same table. So it should return me :
guid 6 1/7/2010 9:55:29 PM