searchable_fts

2 rows sorted by rowid descending

View and edit SQL

Link rowid ▲ text1 text2 name with . and spaces content
2 terry dog sara weasel puma  
1 barry cat terry dog panther  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIRTUAL TABLE "searchable_fts"
    USING FTS3 (text1, text2, [name with . and spaces], content="searchable");
Powered by Datasette · Query took 9.477ms