Cinq générations de savoir-faire pour l'Horlogerie et la Bijouterie
NOUVEAUTÉS HORLOGERIE
SELECT *
FROM selection_FR Selection
INNER JOIN trieurCollection tC USING(id_masterPrix)
INNER JOIN masterPrix mPrix ON mPrix.id_masterPrix = Selection.id_masterPrix
INNER JOIN prix_FR mPrixLang ON mPrix.id_masterPrix = mPrixLang.id_masterPrix
INNER JOIN masterProduit mProd ON mPrix.id_masterProduit = mProd.id_masterProduit
WHERE ( tC.actif = 1 AND FR = 1 ) AND Selection.id_masterSelection = 226 AND Selection.actif = 1 AND tC.id_masterTrieurParent NOT IN (9,15) GROUP BY mPrix.id_masterPrix