TRUNC(N value, N decimal_places)
N truncated_number
TRUNC truncates a number to the specified number of decimal placesTRUNC returns a number with the same scale factor as the precision
TRUNC(21.66,1) = 21.6