Hi Team,
I am learner and i am trying for query which will get only those nodes who don't have any relationship at all ,Can anyone please help me in that.
ThanksMayur
Thanks @glilienfield after putting that query in Neo4j it was throwing syntax error after looking closely observed that big hypen is nothing but two hypens (--)Match(n:Lineage)
where not exists ( (n)--() ) return n