MySQL not in other table Posted on 18.07.201311.01.2019 by mario SELECT * FROM `a` WHERE NOT EXISTS (SELECT * FROM `b` WHERE `b`.`id` = `a`.`id`)