|
|
|
|
|
|
A:
#42000Unknown database 'fastmag_demo' Select Niveau1 as Rayon , Niveau2 as Famille , niveau1 as Traduction1 , Niveau2 as Traduction2 from vshopMenu V , ProduitsFiches P where V.Barcode=P.Barcode and P.VisibleWeb=1 Union all select f.Rayon, f.Famille, f.Rayon as Traduction1, f.Famille as Traduction2 from ProduitsFiches f left outer join ProduitsLangues l ON ((f.BarCode = l.BarCode) And (l.Langue = 'ANGLAIS')) where (VisibleWeb=1)
|
|
|
|