0
I want to make an sql query that relates two columns of two different tables, which store the same types of values, but one has some that the other does not contain, example:
Table 1 owns the code column and
Table 2 owns the code column
I want to make a query that displays all lines(values) of code that are not in code
From now on, thank you for any help
Does not work, says the code column does not belong to Tabela1 on line 5, even if it belongs
– Giovany Henrique
Indeed. It has been corrected.
– Motta