Zaichik123
Technical User
I want to write a SQL query that compares two tables and only shows the differences between them. The tables are large and predominantly the same so as a result of running this query I'd like to be left with a new table that only shows what is in table a and not in table b, and what is in table b but not in table a.
I'm new to SQL and so far all I've been able to do is write a query that will show me what is the same in the two tables - precisely the opposite of what I want to show!
Any help or tips much appreciated.
I'm new to SQL and so far all I've been able to do is write a query that will show me what is the same in the two tables - precisely the opposite of what I want to show!
Any help or tips much appreciated.