1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 SQL=SELECT a.*,c.name AS country_name,m.name AS modalities_name,cat.name AS personcategory_name FROM #__deputado AS a LEFT JOIN #_country AS c ON c.id = a.country LEFT JOIN #_modality AS m ON m.id = a.modalities LEFT JOIN #__deputado_category AS cat ON cat.id = a.personcategory WHERE a.id=2

Go Back Home