Can you use a aliases?

CREATE EDGE myEdge 
FROM (SELECT Label1 AS NodeLabel1, Label2 AS NodeLabel2 WHERE @RID = #25:0)
TO (SELECT FROM NodeClass2 WHERE Label1 = NodeLabel1 AND Label2 = NodeLabel2
)

It's just a wild guess and not tested.

Scott


-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to