lizg 2 天之前
父節點
當前提交
f179a75599
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      odbctest/mql/problem/20graph_match2.mql

+ 13 - 0
odbctest/mql/problem/20graph_match2.mql

@@ -0,0 +1,13 @@
+match (:/m3graph/entity/sanstorage)-[:connect]->(:/m3graph/entity/sanswitch)
+/**
+output()
+match("graph.nodes.len",3)
+**/
+;
+
+match (:/m3graph/entity/Sanstorage)-[:connect]->(:/m3graph/entity/Sanswitch)
+/**
+output()
+match("graph.nodes.len",3)
+**/
+;