Sorry but I'm a bit confused, a model of graph may have links or always have edges?
I have this model (pic) done with edges, (without properties) but I can not get for example this: SELECT * FROM EHR WHERE EHR_Status.name = 'Paloma' This does not work, is it because they are not united with vertices if not with edges? Using this model, how could I get the CompositeVersion whose EHR_Status.name = 'Paloma' Would it be something like this query? select expand( in() ) from CompositeVersion where ....... EHR_Status.name = 'Paloma'? Thank you so much -- --- 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.
