Top Earners

  • + 0 comments

    select concat(max(salary * months)," ", count(*)) from employee where salary*months = (select max(salary * months) from employee);