ROUND() 函数将数字四舍五入到指定的小数位数。
ROUND(
number,
decimals,
operation)
Parameter | Description |
---|---|
number | Required. The number to be rounded |
decimals | Required. The number of decimal places to round number to |
operation | Optional. If 0, it rounds the result to the number of decimal. If another value than 0, it truncates the result to the number of decimals. Default value is 0 |
工作于: | SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!