select count(pro_id) as rscount from bb_product where MATCH(pro_name,pro_des)against('children's car toy' 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 's car toy' IN boolean MODE) and pro_state='1' and pro_bbt_state=1 order by pro_i' at line 1