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