mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
{
|
|
"name": "NULL",
|
|
"type": "value",
|
|
"description": "Equates to a null value.",
|
|
"examples": [
|
|
{ "expression":"NULL", "returns":"a null value" }
|
|
],
|
|
"notes": "To test for NULL use an <pre>IS NULL</pre> or <pre>IS NOT NULL</pre> expression."
|
|
}
|