{ "name": "NULL", "type": "value", "description": "Equates to a null value.", "examples": [ { "expression":"NULL", "returns":"a null value" } ], "notes": "To test for NULL use an
IS NULL
or
IS NOT NULL
expression." }