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 'and (am.article_homepage_headline RLIKE 'Catch|up|on|all|the|latest|Mumbai|news' at line 16

Select am.article_id, article_homepage_headline, article_page_url, article_short_description, article_epoch, article_date1, article_date, article_time_r, category_id, (select cm.category_master_name from category_master cm where cm.category_master_id=am.category_id and cm.active='Y') as category_name, sub_category_id, (select scm.sub_category_master_name from sub_category_master scm where scm.sub_category_master_id=am.sub_category_id and scm.active='Y') as sub_category_name, article_image, article_image2, article_image_caption from article_master_206m am where am.article_id != 18901175 and am.category_id = 8 and am.sub_category_id = and (am.article_homepage_headline RLIKE 'Catch|up|on|all|the|latest|Mumbai|news|current|affairs|from|Mumbai|local|news|crime|news|and|breaking|headlines|here|Android|iOS' or am.article_headline RLIKE 'Catch|up|on|all|the|latest|Mumbai|news|current|affairs|from|Mumbai|local|news|crime|news|and|breaking|headlines|here|Android|iOS' or am.article_tags RLIKE 'Catch|up|on|all|the|latest|Mumbai|news|current|affairs|from|Mumbai|local|news|crime|news|and|breaking|headlines|here|Android|iOS') order by am.article_epoch DESC LIMIT 0,5

Error