3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
UNWIND range(0, 499) AS i CREATE ();
|
||
|
MATCH (a), (b) CREATE (a)-[:Type]->(b);
|