Oracle常見數字函式
Round - 四捨五入
Trunc - 簡單擷取
Ceil - The CEIL function determines the smallest integer greater than (or equal to) a particular numeric value.
Floor - The FLOOR function determines the largest integer less than (or equal to) a particular numeric value.
Use trunc with caution when doing calculations, trunc may lead to data inaccuracy.
Trunc - 簡單擷取
Ceil - The CEIL function determines the smallest integer greater than (or equal to) a particular numeric value.
Floor - The FLOOR function determines the largest integer less than (or equal to) a particular numeric value.
Use trunc with caution when doing calculations, trunc may lead to data inaccuracy.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-1061317/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle OCP(03):字元函式、數字函式和日期函式Oracle字元函式
- 常見函式之單行函式函式
- 聚合函式與數字函式函式
- 字元函式、數字函式和日期函式字元函式
- 聊聊四種Oracle數字取整函式Oracle函式
- 幾個常見函式的非常見用法函式
- numtoyminterval函式——數字轉換函式函式
- JavaScript 五大常見函式JavaScript函式
- js常見函式總結(一)JS函式
- MySQL教程之常見函式(四)MySql函式
- php常見的危險函式PHP函式
- python常見內建函式Python函式
- 【SQL Server】常見系統函式SQLServer函式
- 常見的數字證書格式
- MySQL 數字函式大全MySql函式
- 詳解常見的損失函式函式
- 使用python繪出常見函式Python函式
- 65.C指標---sizeof()函式和strlen()函式常見考指標函式
- 【函式】Oracle函式系列(2)--數學函式及日期函式函式Oracle
- oracle 常見初始化引數Oracle
- Python常見工廠函式用法示例Python函式
- python和Keras.backend常見函式PythonKeras函式
- 日期函式以及常見的日期表達函式
- 函式的關鍵字引數函式
- [MSSQL]SQL數字轉英文函式SQL函式
- SQL 數字轉換英文函式SQL函式
- 【機器學習基礎】常見損失函式總結機器學習函式
- 面試常見問題之實現bind函式面試函式
- 一個常見的閉包函式的分析函式
- 常見的不不能宣告為虛擬函式函式
- 一知半見的oracle表函式Oracle函式
- 函式索引的使用細節——常數表示式函式索引
- ORACLE單行函式與多行函式之三:數值函式Oracle函式
- Oracle 函式大全(字串函式,數學函式,日期函式,邏輯運算函式,其他函式)Oracle函式字串
- python函式每日一講 - divmod數字處理函式Python函式
- oracle 10g函式大全--數值型函式Oracle 10g函式
- Oracle取隨機數函式Oracle隨機函式
- Java常見知識點彙總(④)——虛擬函式、抽象函式、抽象類、介面Java函式抽象