瀏覽代碼

cypher return

wecisecode 1 周之前
父節點
當前提交
a3c438ac8e
共有 1 個文件被更改,包括 5 次插入0 次删除
  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:*")