mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
{
|
|
"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 <i>IS NULL</i> or <i>IS NOT NULL</i> expression."
|
|
}
|