Hi, with
g.V.has('@class','V')
it get all vertices of class "V" while with
has('name',T.in,['A','B','C','D'])
it get all the previous vertices where the field "name" is one of A,B,C,D.
The equivalent OSQL query is :
select from v where name contains ["A","B","C","D"]
--
---
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.