SQLite fts3: search for a string in a column
Posted
by Manoj
on Stack Overflow
See other posts from Stack Overflow
or by Manoj
Published on 2010-04-12T10:31:41Z
Indexed on
2010/04/12
10:33 UTC
Read the original article
Hit count: 506
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:"a@b.com" OR from:"c@d.com"'
Thanks in advance,
Manoj
© Stack Overflow or respective owner