I have a table that has ID and EventDate. It has duplicate rows as I used Union of two tables. Now I got to have the rows with the minimum Eventdate and remove the other duplicates.
the table for eg
ID  | Date
--- | ---
1     | 10/27/1993
1      | 10/27/1994
2      | 10/17/1993
2      | 08/15/1993  
Delete duplicate rows based on condition
 
     
     
    