Max Salary
Thanks for the help. I appreciate it. That gets me the max salary date. When I add the salary field in though, it brings up multiple dates again and multiple salaries;
Very confusing to me.
SELECT Employee ID, Max(EFFECTIVE_DATE) AS MaxDate, SALARY
FROM TABLE
GROUP BY Employee ID;