ROUND

Returns a numeric expression rounded to the specified length or precision.

NOTE: This function is equivalent to ROUND in T-SQL.

Return Value

Numeric

Syntax

ROUND( numExpr, length )

where:

When length is a positive number, numExpr is rounded to the number of decimal positions specified by length. When length is a negative number, numExpr is rounded on the left side of the decimal point, as specified by length.