ErreurYou have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND C.position ='left'
ORDER BY C.id_chapitre' at line 5
SELECT C.*, F.titreFiche, F.chapeau
FROM chapitre C, fiche_rubrique F
WHERE C.id_fiche_rubrique = F.id_fiche_rubrique
AND F.id_fiche_rubrique =
AND C.position ='left'
ORDER BY C.id_chapitre