Symmetric Pairs

  • + 2 comments

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