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 'AND qc.statut = 1 AND qc.type = 1 ORDER BY qc.ordre' at line 1

select qc.id, qd.nom, qd.description FROM questionnaire_container qc, questionnaire_container_description qd WHERE qc.id = qd.questionnaire_id AND qd.language_id = AND qc.statut = 1 AND qc.type = 1 ORDER BY qc.ordre

[TEP STOP]