mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
13 lines
317 B
Plaintext
13 lines
317 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.",
|
|
"tags": ["equates", "null"]
|
|
}
|