I want to do a sql query that lists two columns of two different tables, which store the same types of values, but one has some that the other does not contain, eg:
Table 1 has the column code and
Table 2 has the column code
I want to make a query that displays all code lines that are not in code
Thanks in advance for any help