You are viewing a single comment's thread. Return to all comments →
SELECT (MONTHS*SALARY),COUNT((MONTHS*SALARY)) FROM EMPLOYEE GROUP BY (MONTHS*SALARY) ORDER BY (MONTHS*SALARY) DESC LIMIT 1 OFFSET 0;
Seems like cookies are disabled on this browser, please enable them to open this website
Top Earners
You are viewing a single comment's thread. Return to all comments →
SELECT (MONTHS*SALARY),COUNT((MONTHS*SALARY)) FROM EMPLOYEE GROUP BY (MONTHS*SALARY) ORDER BY (MONTHS*SALARY) DESC LIMIT 1 OFFSET 0;