SQLite fts3: search for a string in a column
- by Manoj
Is there any way to search for a particular string in a column?
I want to search like SELECT * from email_fts WHERE email_fts MATCH 'to:"[email protected]" OR from:"[email protected]"'
Thanks in advance,
Manoj