Why does this MySQL MATCH query return an unexpected row at the top of my results?

后端 未结 0 1711
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 03:58

I have the following query:

SELECT 
    player,
    MATCH (player) AGAINST 
    (\'bats throws ri born sanjuan puerto rico we Bernie Williams league\') x
FROM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题