You are viewing a single comment's thread. Return to all comments →
CEILING( AVG(CAST(SALARY AS DECIMAL(10,2))) - AVG(CAST( REPLACE(CAST(SALARY AS VARCHAR(20)), '0', '') AS DECIMAL(10,2) ) ) ) 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 →