{
"name": "NULL",
"type": "value",
"groups": ["Fields and Values"],
"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.",
"tags": ["equates", "null"]
}