The Blunder

  • + 0 comments
    SELECT ceil(AVG(Salary)- AVG( REPLACE(salary,"0","")))
    FROM EMPLOYEES;