ROUND

Syntax:

ROUND(N value, N decimal_places)

Return Value:

N result

Description:

ROUND rounds a number to the specified number of decimal places
ROUND returns a number with the same scale factor as the precision

Example:

ROUND(21.66,1) = 21.7