In the first query you effectively have MATCH g<-[r:BELONGS]-u-[r1:BELONGS]->g1
where it is clear that we are asking for g and g1 to be different. In the second query, you are just repeating the same exact match. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] On 19 Jun 2014, at 11:01, Biswajit Kumar Das <[email protected]> wrote: > Hi > I have the latest version, Can you check, this MATCH does not work?? > MATCH g<-[r:BELONGS]-u, g1<-[r1:BELONGS]-u > > > > But this does > MATCH g1<-[r1:BELONGS]-u > MATCH g1<-[r1:BELONGS]-u > > Thanks, in advance... > Regards > Biswajit > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
