The Blunder

  • + 0 comments

    SELECT CEIL(AVG(Salary) - AVG(CAST(REPLACE(CAST(SALARY AS CHAR),'0','') AS UNSIGNED))) FROM EMPLOYEES;