Skip to content

Commit 4e5c1a7

Browse files
committed
update the title and description
1 parent 0ee44c9 commit 4e5c1a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,9 @@ If you plan to create that property key in the future, no change is needed.
11631163
|Neo4j code
11641164
m|Neo.ClientNotification.Statement.AggregationSkippedNull
11651165
|Title
1166-
a|
1166+
a|The query contains an aggregation function that skips null values.
11671167
|Description
1168-
|null value eliminated in set function.
1168+
|The query contains an aggregation function that skips null values.
11691169
|Category
11701170
m|UNRECOGNIZED
11711171
|GQLSTATUS code
@@ -1190,7 +1190,7 @@ Query::
11901190
UNWIND [1, NULL, 2] AS i RETURN count(i) AS sum
11911191
----
11921192
Description of the returned code::
1193-
null value eliminated in set function.
1193+
The query contains an aggregation function that skips null values.
11941194
======
11951195
[.include-with-GQLSTATUS-code]
11961196
======

0 commit comments

Comments
 (0)