Example from the following link not support in cypher browser windows: my cypher version is 5.20,
Invalid input '(': expected "{" (line 2, column 6 (offset: 30))
"CALL (i) {"
^
UNWIND [4, 2, 1, 0] AS I
CALL (i) {
CREATE (:Person {num: 100/I})
} IN TRANSACTIONS OF 2 ROWS
RETURN i