11 lines
285 B
Plaintext
Raw Normal View History

{
"name": "NULL",
"type": "value",
2021-05-12 09:51:16 +02:00
"groups": ["Fields and Values"],
"description": "Equates to a NULL value.",
"examples": [
{ "expression":"NULL", "returns":"a NULL value" }
],
2021-05-14 08:58:24 +02:00
"notes": "To test for NULL use an <i>IS NULL</i> or <i>IS NOT NULL</i> expression."
}