Nie podaje tabel bo chyba nie ma potrzeby. Jeśli użyłbym złej nazwy kolumny to chyba odpowiedź bazy byłaby inna.
Cytat
Error Code : 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 '' at line 4
(0 ms taken)
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 4
(0 ms taken)
Jeśli nadal nie widzicie co schrzaniłem napiszcie to wrzucę też konstrukcje tabel.
SELECT `al`.`al_id`, `al`.`al_title`, `al`.`al_desc`, `al`.`al_date_added`, `al`.`al_date_update`, `al`.`_u_id`, `acs`.*, `ac`.* FROM `article_list` AS `al` LEFT JOIN `article_categories` AS `acs` LEFT JOIN `article_category` AS `ac` ON `al`.`al_id` = `ac`.`_al_id` AND `acs`.`acs_id` = `ac`.`_acs_id`