Hello all, I have two tables with the same columns. I want to compare the two tables and only return the rows which have a different value in any of the columns and where a row exist in one table but not in the other. So in the result i want to leave out all the rows which have the same values in both tables for all columns. For example: table employee_VS name1 adres1 name2 adres2 name3 adres3 name4 adres8 table employee_Gb name1 adres1 name2 adres2 name4 adres4 (The two ' tables ' i get are a result
Read More...