select count(*) from book where 1=1 and category_id in (,) and visible=1 Mysql error: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 visible=1' at line 1 Mysql error number:1064 |