Lines Matching refs:one
38 INSERT INTO t1 VALUES(1, 'one'), (2, 'two'), (3, 'three');
40 INSERT INTO t3 VALUES(20, 'twenty'), (21, 'twenty-one'), (22, 'twenty-two');
49 1 one 2 two 3 three
51 20 twenty 21 twenty-one 22 twenty-two
81 1 one 2 two 3 three
83 20 twenty 21 twenty-one 22 twenty-two
94 1 one 2 two 3 three
96 20 twenty 21 twenty-one 22 twenty-two
106 20 twenty 21 twenty-one
167 CREATE TABLE aux.y1(one, two, three INTEGER PRIMARY KEY);
168 CREATE TEMP TABLE y2(one, two, three INTEGER PRIMARY KEY);
169 CREATE TABLE y3(one, two, three INTEGER PRIMARY KEY);
327 INSERT INTO s1 VALUES($S, 'one');
346 -9223372036854775808 one -9223372036854775807 two -9223372036854775806 three
351 -9223372036854775808 one -9223372036854775807 two -9223372036854775806 three
366 -9223372036854775808 one -9223372036854775807 two -9223372036854775806 three
372 -9223372036854775808 one
381 -9223372036854775808 one -9223372036854775807 two -9223372036854775806 three
387 -9223372036854775808 one -9223372036854775807 two -9223372036854775806 three
403 CREATE TABLE c0(one, two INTEGER PRIMARY KEY);
404 CREATE TABLE c1(one, two INTEGER PRIMARY KEY);
405 CREATE TABLE c2(one, two INTEGER PRIMARY KEY);
406 CREATE TABLE c3(one, two INTEGER PRIMARY KEY);
407 CREATE TABLE c4(one, two INTEGER PRIMARY KEY);
408 CREATE TABLE c5(one, two INTEGER PRIMARY KEY);
409 CREATE TABLE c6(one, two INTEGER PRIMARY KEY);
410 CREATE TABLE c7(one, two INTEGER PRIMARY KEY);
411 CREATE TABLE c8(one, two INTEGER PRIMARY KEY);
412 CREATE TABLE c9(one, two INTEGER PRIMARY KEY);
415 INSERT INTO c1 VALUES('one', 1);
442 SELECT one FROM cc WHERE one>='seven'
446 SELECT y.one FROM cc AS x, cc AS y WHERE x.one=y.one AND x.rowid>5
450 SELECT cc.one FROM c4, cc WHERE cc.rowid>c4.rowid