Lines Matching refs:two
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8;
52 INSERT INTO t1 (rowid, content) VALUES(18, 'two five');
53 INSERT INTO t1 (rowid, content) VALUES(19, 'one two five');
57 INSERT INTO t1 (rowid, content) VALUES(22, 'two three five');
75 execsql {SELECT rowid FROM t1 WHERE content MATCH 'two'}