diff --git a/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc b/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc index 310f33f9d..d87c8dd59 100644 --- a/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc +++ b/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc @@ -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.