Find rows containing a term.
Section: Search, rank, and highlight
Search with MATCH
sql
sql
SELECT rowid, title FROM docs WHERE docs MATCH 'sqlite';Explanation
MATCH is the core FTS operator.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Search, rank, and highlight