spoque | Petit problème pourquoi alors que j'ai inséré "Distinct" il m'affiche les doublons?
Merci
Code :
- $sql = "SELECT DISTINCT p.id, p.reference, p.nom, p.promotion, p.descriptif, p.description, p.image1, p.prix, p.on_special, pc.categorie_id FROM peel_produits p, peel_produits_categories pc WHERE p.id = pc.produit_id AND pc.categorie_id = 18 AND p.etat = 1 ORDER BY p.prix LIMIT $start,$nb ";
|
|