NULLIF

4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next

version 11


NULLIF (arithmetic_expression, arithmetic_expression)

説明

NULLIF関数は、一番目のarithmetic_expressionと二番目のが等しい時NULLを返します。そうでなければ一番目のarithmetic_expressionが返されます。二番目のarithmetic_expressionは比較可能でなければなりません。

例題

この例題は総請求額が0のときNullを返します:

   NULLIF(INVOICE_TOTAL,0); 

4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next