MySQL全文索引查询

方式一:

select book_name,price from books where match(detail) against('hello');

 

方式二:

select match(detail) against('hello') from books;

posted @ 2019-12-02 10:39  特战小鸟nmx  阅读(357)  评论(0)    收藏  举报