[orientdb] Re: Querying based on an attribute

2015-06-01 Thread alessandrorota04
Hi, try this query select expand(in('Accepts').in('Specializes')) from (select expand(out('Specializes').out('Accepts')[name= 'aetna']) from Specialty) Bye, Alessandro Il giorno venerdì 8 maggio 2015 22:35:58 UTC+2, Topping Bowers ha scritto: Hello! I'm trying to do a query that says select

[orientdb] Re: Querying based on an attribute

2015-05-25 Thread alessandrorota04
Hi, try this SQLquery select * from (select expand(out('Specializes').out('Accepts') from Specialty)) where name='aetna' Bye, Alessandro Il giorno venerdì 8 maggio 2015 22:35:58 UTC+2, Topping Bowers ha scritto: Hello! I'm trying to do a query that says select all vertexes where there is a

[orientdb] Re: Querying based on an attribute

2015-05-10 Thread nagaraja sosale ramaswamy
it would help the community to respond better if you actually state what your problem is. reading through your post, it is not immediately clear if you need help in writing the query, do you need help in optimizing the query which you have already written or if you are getting results different