We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent af027d9 commit 8754d55Copy full SHA for 8754d55
resources/function_help/json/nullif
@@ -6,6 +6,6 @@
6
{"arg":"value2", "description": "The control value that will trigger the NULL substitution."}],
7
"examples": [ { "expression":"nullif('(none)', '(none)')", "returns":"NULL"},
8
{ "expression":"nullif('text', '(none)')", "returns":"'text'"},
9
- { "expression":"nullif(\"name\", ''), "returns":"NULL, if name is an empty string (or already NULL), the name in any other case."} ]
+ { "expression":"nullif(\"name\", '')", "returns":"NULL, if name is an empty string (or already NULL), the name in any other case."} ]
10
}
11
0 commit comments