Explorar o código

cypher return

wecisecode hai 1 semana
pai
achega
a3c438ac8e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      odbctest/mql/basic/17_cypher_return/14g1331.mql

+ 5 - 0
odbctest/mql/basic/17_cypher_return/14g1331.mql

@@ -26,6 +26,11 @@ create ("cypher8:e82")-[: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:*"),
 (b:"cypher7:*")-[:connect]->(c:"cypher8:*"),
 (c:"cypher8:*")-[:connect]->(d:"cypher9:*")