php - Equals operator not working in sqlite FTS table? -
the fts table:
create virtual table t_fts using fts4(p, grp, p_rec, p_time);
query:
select * t_fts p = ? , grp in(?, ?, ?) , t_fts match ?
i no results if run in sqlite manager results should.
if remove p = ?
clause results, more need. why happen?
Comments
Post a Comment