Hi !
I'm working on OrientDB 2.0 final.
I would like to know if there is a solution to return multiple field after an update query, for example (but doesn't work) :
UPDATE #11:1411 SET func = true RETURN AFTER @this.ns.uid, @this.c.uid, @this.uid
ns, c are LINK fields to another class.
Thanks