Hi Chris, I have tried that, which comes with same no result. :( Previous neo4j version was also the same, so I had to divide that. :D But I was dividing that on same line, for new one I had to do this in two separate line. Where am I doing wrong here? Thanks again.
On Thursday, 19 June 2014 14:56:11 UTC+5:30, Chris Vest wrote: > > 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] > <javascript:>> 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] <javascript:>. > 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.
