标签: mysql match
select text1,text2 from text where match(text1) against('"i love to"' in boolean mode)
这将列匹配:
“我喜欢”
“我喜欢吃”
“我喜欢读”
是否有可能完全匹配“我喜欢”而不是其他?