lizg 2 ngày trước cách đây
mục cha
commit
f179a75599
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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)
+**/
+;