SELECT DISTINCT partecipazione.utente,
FROM partecipazione
WHERE partecipazione.utente NOT IN (
SELECT votazioni.utente
FROM votazioni);