From 8adf38d01e687f8b5622b3dcbe11f39396a2e427 Mon Sep 17 00:00:00 2001 From: Joel Bergstrand Date: Tue, 8 Jul 2025 11:12:04 +0200 Subject: [PATCH] Next limitations --- .../queries/composed-queries/sequential-queries.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.