Ver Fonte

cypher node

wecisecode há 2 dias atrás
pai
commit
553c7dd141
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      odbctest/mql/basic/graph_test/21case_sensitive.mql

+ 16 - 0
odbctest/mql/basic/graph_test/21case_sensitive.mql

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