diff --git a/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc b/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc index 02201607e..310f33f9d 100644 --- a/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc +++ b/modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc @@ -381,4 +381,10 @@ RETURN customer.firstName AS plantCustomer | "Niko" 1+d|Rows: 6 -|=== \ No newline at end of file +|=== + + +[[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.