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