Lines Matching refs:two
34 INSERT INTO t1 VALUES('two', 4, 11);
35 INSERT INTO t1 VALUES('two', 6, 11);
37 INSERT INTO t1 VALUES('two', 5, 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}
85 INSERT INTO t2 VALUES(1, 'two', 2);
87 INSERT INTO t2 VALUES(1, 'two', 4);
89 INSERT INTO t2 VALUES(1, 'two', 6);
92 INSERT INTO t2 VALUES(2, 'two', 8);
94 INSERT INTO t2 VALUES(2, 'two', 10);
96 INSERT INTO t2 VALUES(2, 'two', 12);
99 INSERT INTO t2 VALUES(NULL, 'two', 14);
101 INSERT INTO t2 VALUES(NULL, 'two', 16);
103 INSERT INTO t2 VALUES(NULL, 'two', 18);
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 }