ROUND(N value, N decimal_places)
N result
ROUND rounds a number to the specified number of decimal placesROUND returns a number with the same scale factor as the precision
ROUND(21.66,1) = 21.7