I think this is valid syntactically but the query never returns (indeed I 
stopped it after several minutes)

(select first(outE("myEdge")) from 12:0) is great and indeed returns the 
edge I wish to delete (thank you)

however I have several million edges in total - is this why 'delete where' 
is timing out?



On Wednesday, October 14, 2015 at 10:40:25 AM UTC+1, [email protected] 
wrote:
>
> Hi Simon,
> try this query
> delete edge where @rid in (select first(outE("myEdge")) from 12:0)
>
> Kind regards,
> Alessandro
>

-- 

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