Skip to content

Commit 8735c74

Browse files
fix query
1 parent 25c6646 commit 8735c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ CALL (row) {
946946
MERGE (m:Movie {movieId: row.movieId})
947947
MERGE (y:Year {year: row.year})
948948
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
949+
} IN 2 CONCURRENT TRANSACTIONS OF 10 ROWS ON ERROR RETRY FOR 3 SECONDS THEN CONTINUE REPORT STATUS AS status
950950
RETURN status.transactionID as transaction, status.committed AS successfulTransaction
951951
----
952952

0 commit comments

Comments
 (0)