0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-12 23:15:20 +00:00
Files
libsql/libsql-sqlite3/test/fixtures/fts4incr.test
2024-05-27 12:59:10 +02:00

10 lines
157 B
Plaintext

SELECT min(docid), max(docid) FROM t1;
SELECT count(*) FROM t2 WHERE t2 MATCH '"never zero"'
SELECT count(*) FROM t2 WHERE t2 MATCH '"two zero"'