Hi,
This example should help :

select from Person where children contains ( married = true )
// select people who have at least one child with married = true

select from Person where children containsAll ( married = true )
// select people who have all the children with married = true

Regards,
Alessandro

-- 

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