1: 2: 3:
SELECT t.* FROM yourtable t WHERE t.UpdateDate = ( SELECT MAX(i.updateDate) FROM yourtable I WHERE i.ID = t.ID )