No you can use the dot notation for LINK type properties. Your query "SELECT FROM Contact WHERE account.address.city = 'Miami'" should work fine if account is a link to the Address class and address is a link to the City class.
Wouter Op woensdag 24 juni 2015 16:24:35 UTC+2 schreef scott molinari: > > Ah, so the dot notation is only for embedded data and not for linked data? > > Scott > -- --- 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.
