Lines Matching refs:two
38 INSERT INTO album VALUES(1, '1-one'), (2, '2-two'), (3, '3-three');
41 (NULL, 2, 2, 'two-b'),
44 (NULL, 2, 1, 'two-a'),
53 } {one-a one-c two-a two-b three-a three-c}
71 } {one-a one-c two-a two-b three-a three-c}
90 } {one-a one-c two-a two-b three-a three-c}
106 } {three-a three-c two-a two-b one-a one-c}
111 } {three-a three-c two-a two-b one-a one-c} ;# verify same order after sorting
123 } {one-c one-a two-b two-a three-c three-a}
128 } {one-c one-a two-b two-a three-c three-a} ;# verify same order after sorting
141 } {three-c three-a two-b two-a one-c one-a}
147 } {three-c three-a two-b two-a one-c one-a} ;# verify same order after sorting
175 INSERT INTO album VALUES(1, '1-one'), (20, '2-two'), (3, '3-three');
178 (20, 2, 'two-b'),
181 (20, 1, 'two-a'),
190 } {one-a one-c two-a two-b three-a three-c}
205 } {one-a one-c two-a two-b three-a three-c}
220 } {one-a one-c two-a two-b three-a three-c}
239 } {one-a one-c two-a two-b three-a three-c}
255 } {three-a three-c two-a two-b one-a one-c}
260 } {three-a three-c two-a two-b one-a one-c} ;# verify same order after sorting
273 } {one-c one-a two-b two-a three-c three-a}
278 } {one-c one-a two-b two-a three-c three-a} ;# verify same order after sorting
290 } {three-c three-a two-b two-a one-c one-a}
295 } {three-c three-a two-b two-a one-c one-a} ;# verify same order after sorting
322 INSERT INTO album VALUES(1, '1-one'), (2, '2-two'), (3, '3-three');
325 (NULL, 2, 2, 'two-b'),
328 (NULL, 2, 1, 'two-a'),
337 } {one-c one-a two-b two-a three-c three-a}
355 } {one-c one-a two-b two-a three-c three-a}
374 } {one-c one-a two-b two-a three-c three-a}
390 } {one-a one-c two-a two-b three-a three-c}
395 } {one-a one-c two-a two-b three-a three-c} ;# verify same order after sorting
407 } {three-c three-a two-b two-a one-c one-a}
412 } {three-c three-a two-b two-a one-c one-a} ;# verify same order after sorting
425 } {three-a three-c two-a two-b one-a one-c}
431 } {three-a three-c two-a two-b one-a one-c} ;# verify same order after sorting