瀏覽代碼

Add cypher sample

Alex Dima 3 年之前
父節點
當前提交
45175a565a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      website/index/samples/sample.cypher.txt

+ 3 - 0
website/index/samples/sample.cypher.txt

@@ -0,0 +1,3 @@
+MATCH (nicole:Actor {name: 'Nicole Kidman'})-[:ACTED_IN]->(movie:Movie)
+WHERE movie.year < $yearParameter
+RETURN movie