The ROUND function

The ROUND() rounds a number to a specified number of decimal places. It is usually applied to the single values that aggregate functions return.

The syntax for the round function in [[The SELECT statement]] is:

SELECT ROUND(function, decimal_places)
FROM table_name
WHERE condition;