codice:
SELECT * FROM lezioni
LEFT JOIN lezioni_fatte ON lezioni.id_lez = lezioni_fatte.id_lez
WHERE lezioni_fatte.id_lez IS NULL