Sales by Match

  • + 1 comment

    SELECT AVG(SALARY)-AVG(CAST(REPLACE(SALARY,0,'') AS INT))+1 FROM EMPLOYEES;