Mysql rank multiple fulltext queries

后端 未结 0 626
小鲜肉
小鲜肉 2021-01-17 07:48

Trying to get my head around how to create a query containing multiple fulltext searches:

select * from db where MATCH (column1) AGAINST (\'$q\') limit 10


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