瀏覽代碼

cypher add sleep

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

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

@@ -16,6 +16,9 @@ create ("cypher5:e52")-[:connect]->("cypher6:e62")
 create ("cypher4:e41")-[:connect]->("cypher5:e52")
 ;
 create ("cypher4:e42")-[:connect]->("cypher5:e51")
+/**
+sleep(3s)
+**/
 ;
 
 match (a:"cypher3:*")-[:connect]->(b:"cypher4:*"),