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 25c6646 commit 8735c74Copy full SHA for 8735c74
modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
@@ -946,7 +946,7 @@ CALL (row) {
946
MERGE (m:Movie {movieId: row.movieId})
947
MERGE (y:Year {year: row.year})
948
MERGE (m)-[r:RELEASED_IN]->(y)
949
-} IN 2 CONCURRENT TRANSACTIONS OF 10 ROWS ON ERROR RETRY THEN CONTINUE FOR 3 SECONDS REPORT STATUS AS status
+} IN 2 CONCURRENT TRANSACTIONS OF 10 ROWS ON ERROR RETRY FOR 3 SECONDS THEN CONTINUE REPORT STATUS AS status
950
RETURN status.transactionID as transaction, status.committed AS successfulTransaction
951
----
952
0 commit comments