Query Error: SELECT t1.*, t2.ID as ELEMENT_ID, t3.NAME as SECTION_NAME, t3.ID as SECTION_ID, t3.CODE as SECTION_CODE FROM b_iblock_element_property t1 LEFT JOIN b_iblock_element t2 ON t1.IBLOCK_ELEMENT_ID = t2.ID LEFT JOIN b_iblock_section t3 ON t2.IBLOCK_SECTION_ID = t3.ID WHERE t1.IBLOCK_PROPERTY_ID = 78 AND VALUE = GROUP BY SECTION_ID ORDER BY t3.NAME ASC[[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 SECTION_ID ORDER BY t3.NAME ASC' at line 1]
Query Error!