Skip to content

Commit 8754d55

Browse files
committedJan 8, 2019
Fix JSON
1 parent af027d9 commit 8754d55

File tree

1 file changed

+1
-1
lines changed
  • resources/function_help/json

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/nullif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
{"arg":"value2", "description": "The control value that will trigger the NULL substitution."}],
77
"examples": [ { "expression":"nullif('(none)', '(none)')", "returns":"NULL"},
88
{ "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."} ]
9+
{ "expression":"nullif(\"name\", '')", "returns":"NULL, if name is an empty string (or already NULL), the name in any other case."} ]
1010
}
1111

0 commit comments

Comments
 (0)
Please sign in to comment.