DB Error 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 a.id IN (0) AND a.isDisplay=1 AND' at line 9
Query: SELECT a.id , a.attribute_code , a.name , a.value_count , c.ordering , a.isHeader FROM idv_attribute a, idv_attribute_category c WHERE c.category_id IN () AND a.id IN (0) AND a.isDisplay=1 AND a.id = c.attr_id AND c.status = 1 ORDER BY c.ordering desc