Is there a way to search a FTS5 table for having EITHER element of the query string without using OR in Sqlite?

后端 未结 0 501
余生分开走
余生分开走 2021-01-02 23:17

I know that I can use SELECT * FROM myTable WHERE name MATCH \'andrew OR bill\' to find all entries with either Andrew or Bill in them.

But is there a wa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题