|
|
| SQL : SELECT COUNT(DISTINCT Produits.ID_Produit)
FROM Paniers, Produits, Produits_Paniers
WHERE Paniers.ID_Panier =
AND Produits.ID_Rayon = 2
AND Produits_Paniers.ID_Panier =
AND Produits.Actif > 0
AND Produits_Paniers.ID_Produit = Produits.ID_Produit / You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND Produits.ID_Rayon = 2
AND Produits_Paniers.ID_Panier =
AND Pr' at line 4
|
|