ROUND (SSIS)
SQL Server 2005
Returns a numeric expression that is rounded to the specified length or precision. The length parameter must evaluate to an integer.
- numeric_expression
-
Is an expression of a valid numeric type. For more information, see Integration Services Data Types.
- length
-
Is an integer expression. It is the precision to which numeric_expression is rounded.
