Erreur SQL
SELECT a.*, g.group, t.theme
FROM AS a
LEFT OUTER JOIN annu_theme AS t ON (a.id_theme=t.id_unique)
LEFT OUTER JOIN annu_groups AS g ON (a.id_group=g.id_unique)
LEFT OUTER JOIN annu_category AS c ON (a.id_category=c.id_unique)
WHERE (a.id_unique=718)
AND affiche NOT LIKE 'off'
ORDER BY a.rang
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 'AS a
LEFT OUTER JOIN annu_theme AS t ON (a.id_theme=t.id_unique)
LEFT OU' at line 3