What's a cypher query to find a node where a property doesn't exist? 2 nodes: A = {foo: true, name: 'A'}, B = { name: 'B'}
need to find B because it doesn't have foo, i.e. B.foo is not set
What's a cypher query to find a node where a property doesn't exist? 2 nodes: A = {foo: true, name: 'A'}, B = { name: 'B'}
need to find B because it doesn't have foo, i.e. B.foo is not set
As Michael Hunger mentioned
On older versions of Neo4j you can use HAS: