SELECT a.*, MATCH(keyword)against('skirt, lady's skirt, women's skirts, woman's skirt') as score FROM bb_product_keyword a left join bb_product b on a.pro_id = b.pro_id WHERE b.pro_state = 1 and b.pro_bbt_state <> 2 and MATCH (a.keyword) AGAINST ('skirt, lady's skirt, women's skirts, woman's skirt') and a.com_id=2385 group by a.keyword order by score desc limit 0,15You 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 skirt, women's skirts, woman's skirt') as score FROM bb_product_keyword a' at line 1