V
VMI
I have two tables and I want to create a query that checks if table1.field1
= table2.field1 AND (table1.field2 <> table2.field2 OR table1.field3 <>
table2.field3). How would it look like?
Thanks.
= table2.field1 AND (table1.field2 <> table2.field2 OR table1.field3 <>
table2.field3). How would it look like?
Thanks.