Erreur SQL.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 '' at line 12
SELECT
b.num,
b.vignette,
b.type_bien,
b.departement,
b.agent,
b.origine,
b.surface_batiment,
b.surface_terrain,
b.lieu
FROM bien b
WHERE b.num =
Erreur SQL.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 '' at line 8
SELECT
d.num,
d.code,
d.nom,
d.location,
d.vente
FROM departement d
WHERE d.num =
Erreur SQL.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 '' at line 8
SELECT
t.langue,
t.bien,
t.resume,
t.description
FROM trad_bien t
WHERE t.langue = 1
AND t.bien =
Erreur SQL.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 '' at line 8
SELECT
t.langue,
t.vignette,
t.nom,
t.chemin
FROM trad_vignette t
WHERE t.langue = 1
AND t.vignette =
Description :
|
|
|
|