194,517 rows sorted by trees_fts

View and edit SQL

0 records

CREATE VIRTUAL TABLE [trees_fts] USING FTS5 (
    [qAddress],
    content=[trees]
);