> Thanks for the suggestions and after a bit more research I found the > problem. Simple updates worked ok but conditional updates were not working > until I found the "in" clause which must be used in the where section and > not an = sign which gave me the following >
update <edge> set <property>=66 where @rid in (select inE(<edge> from <class> where @rid = #13:0) I switched the '=' to 'in' and all works ok -- --- 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.
