Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created March 27, 2022 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/40dbc61c1ba1b68feeb1a2c00d0b9e52 to your computer and use it in GitHub Desktop.
Save QuatoHub/40dbc61c1ba1b68feeb1a2c00d0b9e52 to your computer and use it in GitHub Desktop.
SELECT CEIL(AVG(Salary) - AVG(REPLACE(Salary, 0, ""))) FROM EMPLOYEES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment