FLOOR
ROUND
TRUNC
Rounds to d decimal places.
ROUND(n [, d])
Enter values below to update the example in real time.
salary
avg_salary_k
employees
SELECT ROUND(AVG(salary), -3) AS avg_salary_k FROM employees;