I found the right funktion for my problem "intersect()". Its obvious now.
I should have known OrientDB guys thougt of this, since it's a common
problem.
select expand($c) let $a = (select @rid from (select
expand(out('eE').@class='BV') from CV where property='exampleString')), $b
= (select @rid from (select expand(out('dE')) from AV where @rid=#14:0)),
$c = *intersect*($a, $b)
The OrientDB Studio is a really good tool for learning, and experimenting.
Very motivating. Excited for 2.0
--
---
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.