NULLIF(fieldSelection) conditionally specifies whether a table column should receive the input data value (if provided) or a Db2 null value. You cannot specify NULLIF clauses for columns that are defined as NOT NULL.
The condition that you specify uses the same syntax as the field selection specified on a WHEN clause. For more information, see the field selection syntax diagram.