Below is an example sql I am stuck with, it will not return a hotel named "mill hotel"
It returns 10 other hotels. Any help would be great thanks
SELECT * FROM tbl WHERE match(hotel) against('the mill hotel' IN BOOLEAN MODE) LIMIT 10";
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…