Top Earners

  • + 0 comments

    MS SQL

    SELECT max(salary*months), count(*) from employee where (salary*months) = (SELECT max(salary*months) from employee);