Cinq générations de savoir-faire pour l'Horlogerie et la Bijouterie
Bonnes affaires - Apprêts pour bijoux
En savoir plus
SELECT *
FROM trieurCollection tC
INNER JOIN masterPrix mPrix USING(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 mPrix.CategorieProduit IN ('BA') AND tC.id_masterTrieurParent NOT IN (9,15) AND tC.id_masterGamme_LAVAL IN (1, 4, 6, 17, 21) GROUP BY mPrix.id_masterPrix