Skip to content

Commit

Permalink
Fix JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 8, 2019
1 parent af027d9 commit 8754d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/nullif
Expand Up @@ -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."} ]
}

0 comments on commit 8754d55

Please sign in to comment.