wecisecode 2 周之前
父節點
當前提交
31d15d766b
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      odbctest/mql/basic/17_cypher_return/12cross.mql

+ 6 - 3
odbctest/mql/basic/17_cypher_return/12cross.mql

@@ -1,4 +1,10 @@
 
+
+/**
+sleep(3s)
+**/
+;
+
 create ("cypher3:e31")-[:connect]->("cypher4:e41")
 ;
 create ("cypher4:e41")-[:connect]->("cypher5:e51")
@@ -16,9 +22,6 @@ create ("cypher5:e52")-[:connect]->("cypher6:e62")
 create ("cypher4:e41")-[:connect]->("cypher5:e52")
 ;
 create ("cypher4:e42")-[:connect]->("cypher5:e51")
-/**
-sleep(3s)
-**/
 ;
 
 /**