浏览代码

cypher node

wecisecode 2 天之前
父节点
当前提交
553c7dd141
共有 1 个文件被更改,包括 16 次插入0 次删除
  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)
+**/
+;