Thank you again, great answer, I am sorry I am not doing very well with 
this!

I think actually I have still populated my Vertex incorrectly, should I be 
doing nested loops so that essentially I generate a unique vertex for every 
unique hour in the year .. ??

Then what is the syntax to add the log entry...

#12:0 is the rid of the year
#11:4 is the rid of the log

Something like ...
update (select month[1].day[4].hour[6] from #12:0).@rid add logs [#11:4]

or

update hour add logs [#11:4] where @rid = (select month[1].day[4].hour[6] 
from #12:0)

but neither are correct!

-- 

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