Maybe to clarify, I'm looking for the equivalent behavior of the SQL "EXCEPT" operator:
- https://en.wikipedia.org/wiki/Set_operations_%28SQL%29#EXCEPT_operator - http://publib.boulder.ibm.com/infocenter/rbhelp/v6r3/index.jsp?topic=%2Fcom.ibm.redbrick.doc6.3%2Fsqlrg%2Fsqlrg42.htm I sort of expected the difference() function in OrientDB's SQL language to have the analogous behavior of "EXCEPT", since the union() function seems to equate to the classic UNION operator, and the intersect() function seems to equate to the classic INTERSECT operator. What am I missing? Is there a bug in how difference() is working? Or am I trying to use it in a way it wasn't intended? Regards, Andrew -- --- 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.
