hello i have 2 query 
1)  select expand(distinct(@rid)) from( SELECT 
expand(out('makeL').in('makeL')) FROM #12:2) where @rid not in (
select expand(distinct(@rid)) from (select expand(both('follow')) from user 
WHERE @rid=12:2)) and @rid<>12:2

and the second is 

2)select expand(distinct(@rid)) from( select * from (traverse 
both('follow') from 12:2 while $depth <= 3) where $depth > 1) where @rid 
not in (
select expand(distinct(@rid)) from (select expand(both('follow')) from user 
WHERE @rid=12:2))

i want to put it only in one query 
like this select expand(distinct(@rid)) from (1) and (2) 
how can i make it ?? thank you 

-- 

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