您的位置:首页 >生活 >

round函数怎么使用方法(round函数怎么使用)

大家好,我是小新,我来为大家解答以上问题。round函数怎么使用方法,round函数怎么使用很多人还不知道,现在让我们一起来看看吧!

1、如何使用 Oracle Round 函数 (四舍五入) 描述: 传回一个数值,该数值是按照指定的小数位元数进行四舍五入运算的结果。

2、 SELECT ROUND( number, [ decimal_places ] ) FROM DUAL 参数: number : 欲处理之数值 decimal_places : 四舍五入 , 小数取几位 ( 预设为 0 ) Sample : select round(123.456, 0) from dual; 回传 123 select round(123.456, 1) from dual; 回传 123.5 select round(123.456, 2) from dual; 回传 123.46 select round(123.456, 3) from dual; 回传 123.456 select round(-123.456, 2) from dual; 回传 -123.46。

本文到此讲解完毕了,希望对大家有帮助。

免责声明:本文由用户上传,如有侵权请联系删除!