You are viewing a single comment's thread. Return to all comments →
select round(avg(Salary))-round(avg(replace(Salary,'0',''))) from EMPLOYEES;
Seems like cookies are disabled on this browser, please enable them to open this website
The Blunder
You are viewing a single comment's thread. Return to all comments →
select round(avg(Salary))-round(avg(replace(Salary,'0',''))) from EMPLOYEES;