Evenimente
Obțineți certificarea în Microsoft Fabric - gratuit!
19 nov., 23 - 10 dec., 23
Pentru o perioadă limitată de timp, echipa Microsoft Fabric Community oferă vouchere gratuite pentru examenul DP-600.
Pregătește-te acumAcest browser nu mai este acceptat.
Faceți upgrade la Microsoft Edge pentru a profita de cele mai noi funcții, actualizări de securitate și asistență tehnică.
Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
Returns a numeric expression that is rounded to the specified length or precision. The length parameter must evaluate to an integer.
ROUND(numeric_expression,length)
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.
The same type as numeric_expression.
The length argument must evaluate to a positive integer or zero.
ROUND returns a null result if the argument is null.
These examples round numeric literals to a length of three. The first return result is 137.1570, the second 137.1580.
ROUND(137.1574,3)
ROUND(137.1575,3)
Evenimente
Obțineți certificarea în Microsoft Fabric - gratuit!
19 nov., 23 - 10 dec., 23
Pentru o perioadă limitată de timp, echipa Microsoft Fabric Community oferă vouchere gratuite pentru examenul DP-600.
Pregătește-te acum