Hi, I'm trying to excecute this query select Name difference ((select Name from user where Country="US"),(select Name from user where Age>65)) but it gives me com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #12: Invalid keyword 'UNION' exception. Altough it works with just one argument, i.e select Name difference ((select Name from user where Country="US")), when i add the second argument it raise the exception. The same goes for the union() function. Can you please tell me where i'm going wrong?
-- --- 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.
