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: 432

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about fts3