Hi,

I have a tree structure in which nodes have a "name" property. What query 
can I use to return all nodes that their name is "x" but don't have any 
descendent nodes also named "x"?

For example the following structure, only node 1 should be returned:

...
|
\----(1 name: x)
            |
            |
            ...\
               |
               |
               (2 name: x)
      
Thanks in advance.

-- 

--- 
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.

Reply via email to