This commit is contained in:
Matthias Kuhn 2019-01-08 11:36:16 +01:00
parent af027d9d10
commit 8754d55a09
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -6,6 +6,6 @@
{"arg":"value2", "description": "The control value that will trigger the NULL substitution."}],
"examples": [ { "expression":"nullif('(none)', '(none)')", "returns":"NULL"},
{ "expression":"nullif('text', '(none)')", "returns":"'text'"},
{ "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."} ]
}