The Blunder

  • + 0 comments

    select round(avg(salary) - avg(cast(replace(salary,0,'') as integer)))+1 from employees;