version 11
arithmetic_expression IS [NOT] NULL
説明
is_null_predicateは、arithmetic_expressionがNULLのものを探すために使用します。NOTキーワードを渡してNULLでないものを探すためにも使用できます。
例題
SELECT Name, Weight, Color FROM PRODUCTS WHERE Weight < 15.00 OR Color IS NULL
参照
arithmetic_expression, predicate.