A Database Error Occurred

Error Number: 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 `isactive` = 1 ORDER BY `newsid` DESC LIMIT 20' at line 3

SELECT * FROM `swadesh_newsmaster` WHERE `newsid` IN ( select b.newsid from swadesh_categories a join swadesh_news_categories b on a.idcategory = b.idcategory where b.idcategory IN () ) AND `isactive` = 1 ORDER BY `newsid` DESC LIMIT 20

Filename: models/Home_model.php

Line Number: 149