Oracle 中round、ceil、floor函式取整的比較. 2019-02-16 254 ... select round(0.4,0),ceil(0.4),floor(0.4) from dual;. --得到的結果分別為:0,1,0.
確定! 回上一頁