The Blunder

  • + 0 comments

    SELECT ceiling(AVG((salary) - CAST(REPLACE(CAST(salary AS VARCHAR), '0', '') AS Numeric))) FROM Employees;