codice:
select * from iscritti as tab1
left join variazioni as tab2
on tab1.iid = tab2.iid
where tab2.iid is null