I am trying to find the average of data and Floor the results. How would you use AVG and FLOOR function together?
This is the SQL code I used to find the Average
SELECT AVG(CONDO_FEE)
FROM CONDO_UNIT;
and the results was
426.785714285714285714285714285714285714
I need to use the FLOOR function to just make the answer 426.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here