wecisecode 2 hafta önce
ebeveyn
işleme
31d15d766b

+ 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)
-**/
 ;
 
 /**