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