The |
NULL
function generates null values. See NULL Function.delete row:ISNULL(Qty) |
Output: Deletes any row in which the value in the Qty
column is null.
delete value:ISNULL(column_string) |
Argument | Required? | Data Type | Description |
---|---|---|---|
column_string | Y | string | Name of column or string literal to be applied to the function |
Name of the column or string literal to be tested for null values.
Required? | Data Type | Example Value |
---|---|---|
Yes | String literal or column reference | myColumn |
Valid data type strings: