mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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."
|
|
}
|