UPDATE spip_articles SET statut='poubelle' WHERE id_article IN (SELECT id_article FROM `spip_breves_articles` WHERE id_breve IN (SELECT id_breve FROM `spip_breves_articles` GROUP BY id_breve HAVING count(id_article) = 2) GROUP BY id_breve)