Many thanks Luca!

if i add the Year, the Hour and the Minute the query could be huge... is 
there any solution more "concise" ?
Is it possible to do it with Traverse ?


Le vendredi 28 février 2014 00:01:54 UTC+1, Lvc@ a écrit :
>
> Hi Nikolas,
> use this:
>
> select expand( out('Logs') ) from (
>   select expand(out('Days')) from Month where Value = 2
> ) where Value between 25 and 27
>
> Lvc@
>
>
>
> On 27 February 2014 20:54, Nikolas <[email protected] <javascript:>>wrote:
>
>> Hello,
>>
>> I'm using this query to filter my logs:
>> select expand(out('Days')[Value = 25].out('Logs')) from Month where Value 
>> = 2
>>
>> This query return only Logs for the Month 2 and Day 25,
>>
>> How to return Day 25 and Day 27 ?
>>
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 

--- 
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/groups/opt_out.

Reply via email to