Query failed: select industry_id, count(*) as tot from mst_listing WHERE ACTIVE='Y'and IS_LISTED='Y' and INDUSTRY_ID is not NULL and industry_id IN () group by industry_id order by tot desc
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 ') group by industry_id order by tot desc' at line 1