Hi Simon, I think you should use IN instead of = in the where condition: update hour add log =[#11:4] where @rid IN (select month[1].day[4].hour[6] from #67:0)
2015-07-14 14:55 GMT+02:00 Simon White <[email protected]>: > So close... missed the equals!! > > update hour add log =[#11:4] where @rid = (select month[1].day[4].hour[6] > from #67:0) > > Is this right? > > -- > > --- > 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. > -- --- 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.
