NVL

  • Last update:  2023-08-11
  • Overview

    Grammar

    NVL(value1,value2,value3,...)

    Returns the first non-null value among all parameters.

    iconNote:
    Null values include empty values.

    Parameter 1

    value

    value 1: can be any number or null.

    value 2: any number or null. If a character string is of zero length, null is also returned.

    Notes

    • The function supports at least one parameter(s) of the same type.

    Example

    FormulaResult
    Notes
    NVL(12,20)12
    NVL(null,12)12
    NVL(null,null)null
    NVL(20,null)20
    NVL(null,null,10)10


    Attachment List


    Theme: Advanced Data Analyis
    前の記事
    次の記事
    • いいね
    • 良くない
    • 閲覧しただけ

    フィードバック

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    10s后关闭

    反馈已提交

    网络繁忙