mysql5.5是否可以使用match against用法,為什麼我測(cè)試了哪些數(shù)據(jù)都沒有回到資料集:user_id user_tags1?????? 游泳籃球2???????SELECT *,MATCH (user_tags) against ('游泳足球') as match_degree FROM user_tags WHERE MATCH (user_tags) against('游泳足球') order by match_degree desc limit 10
#