I have a query which consists of 3 columns,
ID, Name, Start Date
Each ID has 2 or more start dates. The start date might be having the same value for some ID's say for eg: Id 281 contains start dates as 12-03-2011 12:00:00 and 12-03-2011 12:00:00. I need to get the maximum of the start date for each ID using the rownumber concept. But I'm not able to do. Could you please help me with your solutions on how to solve it