Hey - I bit of a basic question but I can't seem to find an answer....
How do I return the opposite of this query? (i.e. all nodes related by any relationship type EXCEPT "PARENT_OF")
MATCH(A)-[r:PARENT_OF]-(b) RETURN *
Thanks!
Thanks Ryan - MUCH appreciated!
Its only a one off query so I can set relationship weights depending on the node attributes. so I guess I'll have to sit & wait a while