Skip to content

Commit 858894a

Browse files
Update modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc
Co-authored-by: Richard Sill <[email protected]>
1 parent 9d9f338 commit 858894a

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
@@ -9,7 +9,7 @@
99

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.
12-
* `NEXT` can improve the usability of xref:queries/composed-queries/conditional-queries.adoc[conditional `WHEN`]
12+
* `NEXT` can improve the usability of xref:queries/composed-queries/conditional-queries.adoc[conditional `WHEN`].
1313
* `NEXT` allows for passing the full working table into xref:queries/composed-queries/combined-queries.adoc[combined `UNION`] queries.
1414
1515
[[example-graph]]

0 commit comments

Comments
 (0)