3e793fb8ac
Reviewers: mferencevic, buda Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D714
2 lines
56 B
Python
2 lines
56 B
Python
print("MATCH (a), (b) CREATE (a)-[:Type]->(b);" * 1000)
|