Table 1:
Name Address Height Weight
X. y z. p
G. H. I J
Q W. E. R
Table 2:
Name Income Tax
X. y z.
Table 1 has more rows than table 2. All the Names in table 2 are in table 1 but not all the names of table 1 are in table 2.
Is there anyway to compare the rows between the two tables and get the names that appear only in table 1 and not in table 2 as well? mySQL
3
Answers
Try this…
You can easily set others to null I believe if you are using mySQL.
Use common
Set Operations with UNION, INTERSECT, and EXCEPT