... CREATE VIRTUAL TABLE posts_search USING fts5( title, content='', tokenize='trigram' ); INSERT INTO posts_search (rowid, title) SELECT id ...
確定! 回上一頁