Skip to content

Commit

Permalink
Aggregation
Browse files Browse the repository at this point in the history
ceil 
replace
  • Loading branch information
CodingProgrammer authored Apr 9, 2018
1 parent 8d798fb commit ccd279b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions The_Blunder.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select ceil(AVG(SALARY) - AVG(REPLACE(SALARY, '0', ''))) FROM EMPLOYEES;

0 comments on commit ccd279b

Please sign in to comment.