The Blunder

  • + 0 comments

    select CAST( AVG(CAST(Salary as float)) - AVG(CAST(REPLACE(Salary ,0,'') as float) ) as int) from EMPLOYEES

    Where is the problem ???