无法在Neo4j JAVA中执行密码匹配查询

时间:2015-09-20 21:00:17

标签: java neo4j cypher

我尝试使用ExecuteEngine执行此查询:

ExecutionResult result = engine.execute("match n-[:MOVE_TO]->(x) where n.name = \"-999622097\" return x");

但是我收到了这个错误:

  

预计START或CREATE

有什么方法可以在JAVA中执行MATCH查询?没有使用START?

Tk的!

0 个答案:

没有答案