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 '`F`.`page_name` = "Recently-400-candidates-placed-in-MNC" and `F`.`draft_id` ...' at line 6

SELECT `F`.`id`, `F`.`parent_id`, `F`.`name`, `F`.`page_name`, `F`.`short_desc`, `F`.`long_desc`, `F`.`meta_title`, `F`.`meta_keywords`, `F`.`meta_desc`, `L`.`id` as `lang_content_id`, `L`.`name` as `lang_title`, `L`.`short_desc` as `lang_short_desc`, `L`.`long_desc` as `lang_long_desc`, `L`.`meta_title` as `lang_meta_title`, `L`.`meta_keywords` as `lang_meta_keywords`, `F`.`meta_desc` as `lang_meta_desc` FROM `icms_contents` as `F` LEFT JOIN `icms_contents` as `L` ON `F`.`id`=`L`.`content_id` and `L`.`lang_id`="1" WHERE `F`.`status` = 1 AND `F`.`lang_id` = '1' AND (`BINARY` `F`.`page_name` = "Recently-400-candidates-placed-in-MNC" and `F`.`draft_id` =0 and `F`.`page_status` = 3 and `F`.`module_id` = "3")

Filename: core/MY_Model.php

Line Number: 1444