out().country.out().state.out().county().city
I get a Null Pointer exception.
select out().country.out() from continent where name = 'europe'
select out().out() from continent where name = 'europe'
# |@RID |out
--0 |#-2:1|[0]
-Charles
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/Wngp4c-JdSs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Try to write this query without quotes:
select expand(out().out()) from continent where name = 'europe'
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/Wngp4c-JdSs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.