We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990191 commit 26ce6e5Copy full SHA for 26ce6e5
modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc
@@ -10,7 +10,7 @@
10
* `NEXT` can improve the modularity and readability of complex queries.
11
* `NEXT` can be used instead of xref:clauses/with.adoc[] clause to construct complex queries.
12
* `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.
+* `NEXT` allows for passing the full table of intermediate results into xref:queries/composed-queries/combined-queries.adoc[combined `UNION`] queries.
14
15
[[example-graph]]
16
== Example graph
0 commit comments