Selecione em uma tabela em que não está no outro

SELECT id FROM a.table
WHERE id NOT IN (SELECT b.id FROM b.id)
Giamblers