0569. Median Employee Salary
https://leetcode.com/problems/median-employee-salary
Description
The Employee
table holds all employees. The employee table has three columns: Employee Id, Company Name, and Salary.
Write a SQL query to find the median salary of each company. Bonus points if you can solve it without using any built-in SQL functions.
ac
Last updated