NEONFLEXI SARL
592, rue du Bourg
40180 OEYRELUY- FRANCE
Tel. 05 58 57 83 12
Cell 06 28 27 06 04 neonflex@aol.com(pour les particuliers) neonflexi@aol.com(Pour les pro)
Error : Unable to perform query:
SELECT gam.id_gam, gam.id_gam_mere, gam.id_temp
FROM gam
,trad,trad_gam WHERE gam.id_gam_mere='-1' and trad.id_lang= and gam.id_gam=trad_gam.id_gam and trad_gam.id_trad=trad.id_trad ORDER BY trad.titre_trad
MySQL error No1064: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 gam.id_gam=trad_gam.id_gam and trad_gam.id_trad=trad.id_trad ORDER BY trad.t' at line 3
Error : Unable to perform query:
SELECT DISTINCT prod.id_prod, prod.ref_prod, trad.titre_trad , trad.desc_trad , prod.prix_prod , prod.ht_ttc_prod, prod.tva_prod , IF(prod.ht_ttc_prod='HT',prod.prix_prod+(prod.prix_prod*IF(prod.tva_prod=NULL,19.6,prod.tva_prod)/100),prod.prix_prod) AS "prix_ttc" FROM prod,trad,trad_prod WHERE prod.id_prod = trad_prod.id_prod AND trad_prod.id_trad = trad.id_trad AND trad.id_lang= ORDER BY prod.id_pref LIMIT 0,10
MySQL error No1064: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 'ORDER BY prod.id_pref LIMIT 0,10' at line 1