limhiaoing · 2019-11-20 00:36:24 +08:00 via iPhone · 992 次点击
这是一个创建于 1822 天前的主题,其中的信息可能已经有所发展或是发生改变。
比如 virtual table tb 的 title 存在“hello world”。 使用 select * from tb where title match ‘“hello” and “world”’; 匹配不到。但是用 OR 替换 AND。就可以匹配到。单独匹配 hello 或 world 也没问题。