hi,
I think the dot notation, falls according nesting of the date That you 
created.

example:

case 1)
set address = {street: "street Roma 1"}
  select Name, address.street as street_name from person where Name = "john"

case 2)
set address = {street: "street Roma 1," city: {name: "Roma", country: {name 
= "Italy"}}}
  select Name, address.city.country.name as coutry_name from person where 
Name = "john"

regards,
Savio L.

-- 

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