A Database Error Occurred

Error Number: 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 '?? GROUP BY PP.post_id' at line 3

SELECT PP.*,PP.post_id as property_id,PPD.*,PPRD.*,PPA.*,PPAV.*,PPI.*,PPL.*,GROUP_CONCAT(PPI.image SEPARATOR ', ') AS imagePath FROM post_property AS PP LEFT JOIN post_property_details AS PPD ON PP.post_id = PPD.post_id LEFT JOIN post_property_rent_details AS PPRD ON PP.post_id = PPRD.post_id LEFT JOIN post_property_location AS PPL ON PP.post_id = PPL.post_id LEFT JOIN post_property_amenities AS PPA ON PP.post_id = PPA.post_id LEFT JOIN post_property_images AS PPI ON PP.post_id = PPI.post_id LEFT JOIN post_property_aviability AS PPAV ON PP.post_id = PPAV.post_id WHERE PP.post_id = 5236 Γά GROUP BY PP.post_id

Filename: /home/societyo/public_html/models/helper.php

Line Number: 4809