Trying to delete vertexes from the result of a LET statement:

BEGIN 

LET item = SELECT out() FROM 14:0 

LET item2 = DELETE VERTEX FROM ($item) 

COMMIT


Docs mention syntax as:

DELETE VERTEX <rid>|<class>|FROM (<subquery>) [WHERE <conditions>] [LIMIT 
<MaxRecords>>] [BATCH <batch-size>]


But the query throws an error: "Encountered " <FROM> "FROM ""

Is this still supported in OrientDB v2.1.0 ?

Using Studio: v2.1

-- 

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