I have 2 tables... meat
and potatoes
in MySQL.
meat_id
is the primary key for the meat
table and there is a meat_id
in the potatoes
table that links the 2 tables. I want to find all rows in the potatoes
table that don't have a valid meat_id
. Any ideas?