About 1,210,000 results
Open links in new tab
  1. Oracle / PLSQL: ROUND Function (with numbers) - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL ROUND function (as it applies to numeric values) with syntax and examples. The Oracle / PLSQL ROUND function returns a number rounded …

  2. ROUND (number) - Oracle Help Center

    ROUND applied to a NUMBER value may give a slightly different result from ROUND applied to the same value expressed in floating-point. The different results arise from differences in internal …

  3. Oracle ROUND () function - w3resource

    Aug 9, 2024 · If n is positive, then : ROUND (n, integer) = FLOOR (n * POWER (10, integer) + 0.5) * POWER (10, -integer) Uses of Oracle ROUND () Function Rounding to nearest integer: Rounds a …

  4. Round - Oracle

    The system returns the string value of a decimal number rounded to the number of places specified. The sign of the number is not changed. Decimal numbers maintain up to 14 digits of precision. The …

  5. [ORACLE関数] 数値の切捨て、切上げ、四捨五入を行う(TRUNC、ROUND

    数値の切捨て、四捨五入、切上げのサンプルです。 切捨てを行う 切捨てはTRUNC関数を使用します。 【構文】 (TRUNC構文) TRUNC (<数値> [,<切り捨てる桁>]) 桁は省略可能です。 省略した …

  6. SQL ROUND ()

    Dans le langage SQL la fonction ROUND () permet d’arrondir un résultat numérique. Cette fonction permet soit d’arrondir sans utiliser de décimal pour retourner un nombre entier (c’est-à-dire : aucun …

  7. ROUND (数値) - docs.oracle.com

    ROUND は、 n を小数点以下 integer 桁に丸めた値を戻します。 integer を指定しない場合、 n は小数点以下が丸められます。 integer が負の場合、 n は小数点の左側に丸められます。 n には、任意の …

  8. round function - docs.oracle.com

    SQL Reference Guide round function The round function rounds the value of an input expression to the specified decimal places to the right of the decimal point. Syntax:

  9. SQL ROUND () 四捨五入函數 / 數值捨入 - SQL 語法教學 Tutorial

    ROUND () 函數 (SQL ROUND () Function) ROUND() 函數用於對數值進行 四捨五入 計算,可以指定要保留的小數位數。 這是數值處理中最常用的函數之一。 這個函數在所有主流資料庫系統中都支援,但 …

  10. ROUND (datetime) - Oracle Help Center

    ROUND returns datetime rounded to the unit specified by the format model fmt. This function is not sensitive to the NLS_CALENDAR session parameter. It operates according to the rules of the …