The Blunder

  • + 125 comments

    My working MySql code :D

    SELECT CEIL(AVG(Salary)-AVG(REPLACE(Salary,'0',''))) FROM EMPLOYEES;