Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道当用户不输入任何文本时是否可以从 fts 表中获取所有行。
我需要这个,因为当应用程序启动时,我需要显示所有行。
我怎样才能做到这一点?
没有可以返回所有记录的 MATCH 表达式。
只需为空字符串做一个特殊情况,并使用普通的
SELECT * FROM MyTable