codice:delete from tabella where campo in (select * from ( select campo from tabella group by campo having count(*) = 1) as t)
codice:delete from tabella where campo in (select * from ( select campo from tabella group by campo having count(*) = 1) as t)