Link to home
Start Free TrialLog in
Avatar of Member_2_1242703
Member_2_1242703

asked on

SQL Query, comparing 2 tables to find different values in one column with same values in another.

I have two tables both with the following two columns: PartNumber & Location

I need to write a query to compare the two tables. In the result I want every instance in which the same value in column PartNumber has a different value in the column Location.
ASKER CERTIFIED SOLUTION
Avatar of dqmq
dqmq
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial