Match terms by prefix.
Section: Search, rank, and highlight
Run a prefix search
sql
sql
SELECT rowid, title FROM docs WHERE docs MATCH 'concurr*';Explanation
Useful for search-as-you-type and partial matching.
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