A Database Error Occurred

Error Number: 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 'GROUP BY(sec.sectionID) ORDER BY a.id ASC' at line 6

SELECT sec.sectionID, sec.sectionName, sec.sectionNameBangla FROM cj_sections sec INNER JOIN cj_articles a ON a.articleSection = sec.sectionID WHERE a.issueID = GROUP BY(sec.sectionID) ORDER BY a.id ASC