Skip to content

Commit 26ce6e5

Browse files
JoelBergstrandhvub
andcommitted
Update modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc
Co-authored-by: Hannes Voigt <[email protected]>
1 parent c990191 commit 26ce6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* `NEXT` can improve the modularity and readability of complex queries.
1111
* `NEXT` can be used instead of xref:clauses/with.adoc[] clause to construct complex queries.
1212
* `NEXT` can improve the usability of xref:queries/composed-queries/conditional-queries.adoc[conditional `WHEN`].
13-
* `NEXT` allows for passing the full working table into xref:queries/composed-queries/combined-queries.adoc[combined `UNION`] queries.
13+
* `NEXT` allows for passing the full table of intermediate results into xref:queries/composed-queries/combined-queries.adoc[combined `UNION`] queries.
1414
1515
[[example-graph]]
1616
== Example graph

0 commit comments

Comments
 (0)