|
@@ -26,6 +26,11 @@ create ("cypher8:e82")-[:connect]->("cypher9:e91")
|
|
|
create ("cypher8:e83")-[:connect]->("cypher9:e91")
|
|
create ("cypher8:e83")-[:connect]->("cypher9:e91")
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
|
|
+create ("cypher6:e62")-[:connect]->("cypher7:e74")
|
|
|
|
|
+;
|
|
|
|
|
+create ("cypher7:e74")-[:connect]->("cypher8:e84")
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
match (a:"cypher6:*")-[:connect]->(b:"cypher7:*"),
|
|
match (a:"cypher6:*")-[:connect]->(b:"cypher7:*"),
|
|
|
(b:"cypher7:*")-[:connect]->(c:"cypher8:*"),
|
|
(b:"cypher7:*")-[:connect]->(c:"cypher8:*"),
|
|
|
(c:"cypher8:*")-[:connect]->(d:"cypher9:*")
|
|
(c:"cypher8:*")-[:connect]->(d:"cypher9:*")
|