Hi Ravikanth, I'm not sure I understood your use case, but probably you should consider MATCH statement (http://orientdb.com/docs/2.2.x/SQL-Match.html) instead of TRAVERSE
Thanks Luigi 2017-02-03 8:04 GMT+01:00 Ravikanth Koride <[email protected]>: > Hi, > > We are creating a item hierarchy , for which we are using Orient DB . > > My question is suppose i have a item A parent of -> B parent of -> C > and all these are connected to a single party > > > I want to traverse this and get all the links like A-> B-> C and also show > only the link for the party of A and not all. > > In the Attached Image "itemhierarchy.jpeg", I want to display exactly like > this using traverse query > can you please help in this. > > Thanks in advance. > > Ravikanth Koride > Java Developer > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" 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 "OrientDB" 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.
