Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Search paths where all nodes are in a relationship with same node
Post
Search paths where all nodes are in a relationship with same node
+2
−0
Using the below graph as an example: I am trying to determine all Persons which are_sons of Persons all born in the same country.
Is there an elegant way to achieve this with Cypher?
1 comment thread