HackerRank_solutions icon indicating copy to clipboard operation
HackerRank_solutions copied to clipboard

Delete The Blunder.sql

Open Hari5g5 opened this issue 2 years ago • 0 comments

SELECT CAST(CEILING((AVG(CAST(Salary AS Float)) - AVG(CAST(REPLACE(Salary, 0, '')AS Float)))) AS INT) FROM EMPLOYEES;

Hari5g5 avatar Oct 15 '21 02:10 Hari5g5