select count(pro_id) as rscount from bb_product where MATCH(pro_name,pro_des)against('ladies' shoulder bag' IN boolean MODE) and pro_state='1' and pro_bbt_state=1 order by pro_id descYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'shoulder bag' IN boolean MODE) and pro_state='1' and pro_bbt_state=1 order by pr' at line 1