You are viewing a single comment's thread. Return to all comments →
MYSQL :-
select CEIL(AVG(salary) - AVG(CAST(REPLACE(salary ,'0', '') AS UNSIGNED))) 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 →
MYSQL :-
select CEIL(AVG(salary) - AVG(CAST(REPLACE(salary ,'0', '') AS UNSIGNED))) from employees ;