Skip to content

Commit 794b72b

Browse files
Include updates in NEXT limitations (#1341)
[Neo4j PR](neo-technology/neo4j#32037) --------- Co-authored-by: Richard Sill <[email protected]>
1 parent ddb0ade commit 794b72b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,8 @@ RETURN customer.firstName AS plantCustomer
387387
[[next-unsupported-behavior]]
388388
== Known limitations
389389

390-
`NEXT` currently does not support `DISTINCT` nor aggregations when they are used in a `UNION` query, wrapped in braces or after a `USE` clause.
390+
`NEXT` currently does not support the following when they are used in a `UNION` query, wrapped in braces or after a `USE` clause:
391+
392+
* updating queries such as `CREATE` or `MERGE`,
393+
* `DISTINCT`,
394+
* aggregations.

0 commit comments

Comments
 (0)