SELECT entry_id, spaltte_a, spaltte_b FROM tabelle1 WHERE not exists (select null from tabelle2 where tabelle2.erste_tabelle_id=tabelle1.entry_id);