/* /home/audiofanet/www/apprendre/mailing_forums/index,idmarque,1,idcat,17506,guitare,guitares_electriques_a_doublemanche_epiphone.html */ SELECT t.titre, t.id, t.id_produit, t.id_categorie, t.nb_reponses, t.closed, t.pseudo_first_post, t.id_membre_first_post, t.nb_vues, t.pseudo_last_post, t.id_membre_last_post, t.date_last_post, t.id_last_post, t.nom_produit, t.pinned FROM mf_topic AS t,produit WHERE produit.id=t.id_produit and produit.id_marque='1' AND produit.id_categorie='17506' AND ((ID_categorie=404) or (ID_categorie=3112) or (ID_categorie=3134) or (ID_categorie=10727) or (ID_categorie=10729) or (ID_categorie=10730) or (ID_categorie>=16300 and ID_categorie<=16850) or (ID_categorie>=16900 and ID_categorie<=17799) or (ID_categorie=73014) or (ID_categorie=81000) or (ID_categorie=82500) or (ID_categorie=83500) or (ID_categorie=84000) or (ID_categorie=84300) or (ID_categorie=408000) or (ID_categorie>=510000 and ID_categorie<=519900) or (ID_categorie>=520000 and ID_categorie<=529900) or (ID_categorie>=550000 and ID_categorie<=559900) or (ID_categorie>=590000 and ID_categorie<=599900) or (ID_categorie>=610000 and ID_categorie<=619900) or (ID_categorie>=630000 and ID_categorie<=639900) or (ID_categorie>=650000 and ID_categorie<=659900)) ORDER BY date_last_post DESC LIMIT 0,0
Column 'ID_categorie' in where clause is ambiguous