is_null_predicate

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

version 11


arithmetic_expression IS [NOT] NULL

説明

is_null_predicateは、arithmetic_expressionNULLのものを探すために使用します。NOTキーワードを渡してNULLでないものを探すためにも使用できます。

例題

   SELECT Name, Weight, Color
    FROM PRODUCTS
    WHERE Weight < 15.00 OR Color IS NULL

参照

arithmetic_expression, predicate.


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