Erreur SQL !
SELECT
tc.idt_carac,
tc.nom,
tc.legende_1,
tc.legende_2,
tc.legende_3,
tc.legende_4,
tc.legende_5,
ac.valeur_carac
FROM jdj_type_carac tc
INNER JOIN jdj_avis_carac ac
ON ac.id_game =
AND ac.id_user =
AND ac.idt_carac = tc.idt_carac
ORDER BY tc.nom
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 ac.id_user =
AND ac.idt_carac = tc.idt_carac
' at line 14
Erreur fatale