日本高清色午夜com,色综合国产精品视频,午夜亚洲在在线观看,国产午夜在线网站

      <td id="p7kjh"></td>
      <td id="p7kjh"></td>

      首頁 > 精選經(jīng)驗 >

      round函數(shù)是什么意思函數(shù)(round函數(shù)是什么意思)

      發(fā)布時間:2024-09-11 00:30:38來源:

      哈嘍,大家好~~~我是小編田甜,關(guān)于round函數(shù)是什么意思函數(shù),round函數(shù)是什么意思這個很多人還不知道,那么現(xiàn)在讓田甜帶著大家一起來看看吧!

      1、如何使用 Oracle Round 函數(shù) (四舍五入)描述 : 傳回一個數(shù)值,該數(shù)值是按照指定的小數(shù)位元數(shù)進行四舍五入運算的結(jié)果。

      2、SELECT ROUND( number, [ decimal_places ] ) FROM DUAL參數(shù):number : 欲處理之?dāng)?shù)值decimal_places : 四舍五入 , 小數(shù)取幾位 ( 預(yù)設(shè)為 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。

      本文分享完畢,希望對大家有所幫助哦。

      免責(zé)聲明:本文為轉(zhuǎn)載,非本網(wǎng)原創(chuàng)內(nèi)容,不代表本網(wǎng)觀點。其原創(chuàng)性以及文中陳述文字和內(nèi)容未經(jīng)本站證實,對本文以及其中全部或者部分內(nèi)容、文字的真實性、完整性、及時性本站不作任何保證或承諾,請讀者僅作參考,并請自行核實相關(guān)內(nèi)容。