Skip to content

Commit 886f571

Browse files
mistake
1 parent 22003a8 commit 886f571

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
@@ -873,7 +873,7 @@ CALL (row) {
873873
MERGE (m)-[r:RELEASED_IN]->(y)
874874
} IN 2 CONCURRENT TRANSACTIONS OF 10 ROWS ON ERROR CONTINUE REPORT STATUS as status
875875
WITH status
876-
WHERE status.errorMessage IS NOT null
876+
WHERE status.errorMessage IS NOT NULL
877877
RETURN status.transactionId AS transaction, status.committed AS commitStatus, status.errorMessage AS errorMessage
878878
----
879879

0 commit comments

Comments
 (0)