Hi !
I found the answer. I fact, the right way to write the query is using EXCEPT instead of MINUS
sql> SELECT s,o FROM "prop_XXX" EXCEPT SELECT s,o FROM "class_XXX" ;
A+
----- Mail original -----
De: "Leon-Constantin Fopa"
Hi !
I found the answer. I fact, the right way to write the query is using EXCEPT instead of MINUS
sql> SELECT s,o FROM "prop_XXX" EXCEPT SELECT s,o FROM "class_XXX" ;
A+
----- Mail original -----
De: "Leon-Constantin Fopa"