provato con
codice:
SELECT * FROM tabellaA as a,TabellaB AS b
WHERE a.id_t NOT IN b.id_t AND b.autore='nome_autore'