You are viewing a single comment's thread. Return to all comments →
select ceiling((sum(salary) - sum(REPLACE(Salary,0, ''))) / count(salary)) from employees;
Seems like cookies are disabled on this browser, please enable them to open this website
Lower Bound-STL
You are viewing a single comment's thread. Return to all comments →
select ceiling((sum(salary) - sum(REPLACE(Salary,0, ''))) / count(salary)) from employees;