7e5dddecae
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D799
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
UNWIND range(0, 499) AS i CREATE ();
|
|
MATCH (a), (b) CREATE (a)-[:Type]->(b);
|