Gordon Kokoma
Written 01/01/1970
23/01/2025 6:44 PM
====================
SELECT a.`deals_comment_id`, a.`deals_comment`, b.`user_id`, b.`first_name`, b.`last_name` FROM `tbl_deals_comment` AS a, `tbl_user` AS b
WHERE a.`user_id`=b.`user_id` AND a.`status`='Active' AND a.`mark_for_deleted`='No' AND a.`deal_id`= ORDER BY a.`deals_comment_id` DESC LIMIT 10, 10
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 'ORDER BY a.`deals_comment_id` DESC LIMIT 10, 10' at line 2 (3 at line )
Generated From: /ajax.php