Code : Tout sélectionner
DELETE img FROM img, an_actu_img, an_proj_img, es_actu_img,
es_proj_img, fr_actu_img, fr_proj_img
WHERE an_actu_img.id_actu != img.id
AND an_proj_img.id_proj != img.id
AND es_actu_img.id_actu != img.id
AND es_proj_img.id_proj != img.id
AND fr_actu_img.id_actu != img.id
AND fr_proj_img.id_proj != img.idQuelqu'un pourrait-il m'indiquer ce qui cloche dans ma requête, merci d'avance.