Lines Matching refs:two
31 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one four two');
37 } {1 {one <b>four</b> two}}
85 INSERT INTO fts_t1(a, b, c) VALUES('one two three', 'one four', 'one two');
102 } {{one three four} {one two three}}
105 } {{one three four} {one four} {one four two}}
118 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one two');
119 SELECT a, b, c FROM t1 WHERE c MATCH 'two';
121 } {{one three four} {one four} {one two}}
127 SELECT a, b, c FROM t1 WHERE c MATCH 'two';
129 SELECT a, b, c FROM t1 WHERE c MATCH 'two';
131 } {{one three four} {one four} {one two} {one three four} {one four} {one two}}
154 execsql { SELECT a, b, c FROM t1 WHERE c MATCH 'two'; }
155 } {{one three four} {one four} {one two}}
166 execsql { SELECT a, b, c FROM t1 WHERE c MATCH 'two'; }
167 } {{one three four} {one four} {one two}}