Skip to content

Commit c990191

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

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
@@ -385,7 +385,7 @@ RETURN customer.firstName AS plantCustomer
385385
|===
386386

387387
=== Leveraging by-table semantics using `UNION` after `NEXT`
388-
If a `UNION` query follows a `NEXT` in any of its blocks, it will pass the full working table into all arms of the `UNION` query.
388+
If a `UNION` query follows a `NEXT` in any of its blocks, it passer the full table of intermediate results into all arms of the `UNION` query.
389389

390390
.By-table semantics using `NEXT`
391391
[source, cypher]

0 commit comments

Comments
 (0)