Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,8 @@ RETURN customer.firstName AS plantCustomer
[[next-unsupported-behavior]]
== Known limitations

`NEXT` currently does not support `DISTINCT` nor aggregations when they are used in a `UNION` query, wrapped in braces or after a `USE` clause.
`NEXT` currently does not support the following when they are used in a `UNION` query, wrapped in braces or after a `USE` clause:

* updating queries such as `CREATE` or `MERGE`,
* `DISTINCT`,
* aggregations.