DB erreur sur select : SELECT image FROM film WHERE film_id = | Message :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 1
| DB erreur sur select : SELECT P.programmation_id, P.programmation_lieu_id, P.programmation_commentaire, DATE_FORMAT(P.programmation_date,'%d/%m/%Y %H:%i'),
L.lieu_id, L.lieu_name, L.lieu_adresse, L.lieu_adresse2, L.lieu_codepostal, L.lieu_ville, L.lieu_telephone, L.lieu_telephone2
FROM programmation P, film F, lieu L, film_programmation FP
WHERE F.film_id = FP.film_id
AND FP.programmation_id = P.programmation_id
AND P.programmation_lieu_id = L.lieu_id
AND F.film_id = ORDER BY P.programmation_date ASC | Message :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 P.programmation_date ASC' at line 7DB erreur sur select : SELECT P.personne_id, P.personne_nom, P.personne_prenom, P.personne_annee, P.personne_date, P.commentaire_personne,
T.type_personne_id, T.type_personne_libelle,
F.film_id, F.nom_film, F.nom_film_vo, F.libelle_film, F.libelle_film_long, F.date_sortie, F.annee_sortie,
FP.film_personne_id, FP.film_id, FP.personne_id
FROM personne P, type_personne T, film F, film_personne FP
WHERE P.type_personne = T.type_personne_id
AND FP.film_id = F.film_id
AND FP.personne_id = P.personne_id
AND F.film_id = | Message :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 10DB erreur sur select : SELECT A.article_id, A.type_article, A.titre_article, A.date_redaction, A.date_publication, A.libelle_court, A.libelle_long, A.visible, A.image,
F.film_id, F.nom_film, F.nom_film_vo, F.libelle_film, F.libelle_film_long, F.date_sortie, F.annee_sortie, F.image,
AF.article_film_id, AF.article_id, AF.film_id,
T.type_article_id, T.nom_type_article
FROM film F, article A, article_film AF, type_article T
WHERE F.film_id = AF.film_id
AND A.type_article = T.type_article_id
AND A.article_id = AF.article_id
AND F.film_id = | Message :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 9 |
|
|