You are viewing a single comment's thread. Return to all comments →
MS SQL SERVER
SELECT cast( Ceiling( avg(cast(salary as float)) - avg( cast(replace(cast(salary as varchar(20)),'0','') as float) ) ) as int) FROM Employees
Seems like cookies are disabled on this browser, please enable them to open this website
The Blunder
You are viewing a single comment's thread. Return to all comments →
MS SQL SERVER