| |
|
Accueil > Espace client > Consulter la documentation
Consulter la documentation...

Vous trouverez ci-dessous la documentation du matériel que vous avez commandé.
Erreur MySQL.
Requête: SELECT id_client, id_filiere, max(dms_produit.id_produit) as id, nom, reference, notice_utilisation, fiche_produit, organisation_pedagogique
FROM dms_produit
INNER JOIN dms_produit_client_jn ON dms_produit_client_jn.id_produit = dms_produit.id_produit
INNER JOIN dms_produit_filiere_jn ON dms_produit.id_produit = dms_produit.id_produit
WHERE dms_produit.en_ligne=1 AND (notice_utilisation=1 OR fiche_produit=1 OR organisation_pedagogique=1) AND id_client= GROUP BY id_client, nom, reference, notice_utilisation, fiche_produit, organisation_pedagogique
Erreur: (1064) 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 'GROUP BY id_client, nom, reference, notice_utilisation, fiche_produit, organisat' at line 5
| |