I need to verify the existance of a relationship between two nodes (I have their both Id's)
In the documentation that can be found here<http://docs.neo4j.org/refcard/2.0/>, in the relationships section, there is a startNode and endNode functions. I wanted to write a query that will look something like that: match ()-[r]->() where startNode(r)=4768 AND endNode(r)=4767 return count(r) But I can't get it running, can someone elight me? plz... -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.