Skip to content

Commit

Permalink
Update modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Sill <[email protected]>
  • Loading branch information
PetrJanouch and rsill-neo4j authored Feb 26, 2024
1 parent 5825b7c commit 6d82538
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,7 @@ Composite databases are virtual databases used for querying their constituents.
The examples above are generally valid for composite databases, but they must be slightly modified to accommodate the nature of composite databases.

The following two examples show how `CALL { ... } IN TRANSACTIONS` can be used on a composite database.
Both examples are the equivalent of examples presented in the previous sections, but modified for composite databases.
The first query uses 'friends.csv' from previous examples and creates the person nodes on all constituents.
The first query processes the file _friends.csv_ and creates `Person` nodes on all constituents.

.friends.csv
[source, csv, role="noheader" filename="friends.csv"]
Expand Down

0 comments on commit 6d82538

Please sign in to comment.