Lines Matching refs:one
30 INSERT INTO t1 VALUES('one', 1, 11);
32 INSERT INTO t1 VALUES('one', 2, 11);
33 INSERT INTO t1 VALUES('one', 3, 11);
61 } $match {one 6 three 24 two 15}
64 } $match {two 15 three 24 one 6}
68 } $nomatch {one 6 three 24 two 15}
71 } $nomatch {two 15 three 24 one 6}
75 } $nomatch {one 6 three 24 two 15}
78 } $nomatch {two 15 three 24 one 6}
84 INSERT INTO t2 VALUES(1, 'one', 1);
86 INSERT INTO t2 VALUES(1, 'one', 3);
88 INSERT INTO t2 VALUES(1, 'one', 5);
91 INSERT INTO t2 VALUES(2, 'one', 7);
93 INSERT INTO t2 VALUES(2, 'one', 9);
95 INSERT INTO t2 VALUES(2, 'one', 11);
98 INSERT INTO t2 VALUES(NULL, 'one', 13);
100 INSERT INTO t2 VALUES(NULL, 'one', 15);
102 INSERT INTO t2 VALUES(NULL, 'one', 17);
122 } $nSort {{} one 45 {} two 48 1 one 9 1 two 12 2 one 27 2 two 30}
125 } $nSort {2 two 30 2 one 27 1 two 12 1 one 9 {} two 48 {} one 45}
130 } $nSort { {} two 48 {} one 45 1 two 12 1 one 9 2 two 30 2 one 27 }
133 } $nSort { 2 one 27 2 two 30 1 one 9 1 two 12 {} one 45 {} two 48 }
140 } $nSort { {} two 48 {} one 45 1 two 12 1 one 9 2 two 30 2 one 27 }
143 } $nSort { 2 one 27 2 two 30 1 one 9 1 two 12 {} one 45 {} two 48 }