Table Employee:
ID Name Project_Name Date
10 A AAA Jan 10, 2005
10 A AAA Nov 10, 2005
20 B BBB APR 10, 2005
20 B BBB DEC 10, 2005
I want to write a query where only one row is returned for each employee with recent date:
10 A AAA Nov 10, 2005
20 B BBB DEC 10, 2005
Thanks for the help in advance. Paul