Lines Matching refs:f122

9 f122 char(50),
128 Insert into tb3 (f120, f122, f136, f144, f163)
130 Select f120, f122, f136, f144, f163 from tb3 where f122= 'Test 3.5.8.4';
131 f120 f122 f136 f144 f163
160 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
161 f120 f122 f136 f144 f163
166 update tb3 set f120='I', f122='Test 3.5.8.4-Single Insert'
167 where f122='Test 3.5.8.4';
168 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
169 f120 f122 f136 f144 f163
183 update tb3 set f120='U', f122='Test 3.5.8.4-Single Update'
184 where f122='Test 3.5.8.4-Single Insert';
185 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
186 f120 f122 f136 f144 f163
203 f122='Test 3.5.8.4-Single Delete'
204 where f122='Test 3.5.8.4-Single Update';
205 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
206 f120 f122 f136 f144 f163
221 f122='Test 3.5.8.4-Single Select'
222 where f122='Test 3.5.8.4-Single Delete';
223 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
224 f120 f122 f136 f144 f163
232 delete from tb3 where f122 like 'Test 3.5.8.4%';
253 Insert into tb3 (f120, f122, f136) values ('1', 'Test 3.5.8.5-if', 101);
254 select f120, f122, f136, @test_var, @test_var2
255 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
256 f120 f122 f136 @test_var @test_var2
258 Insert into tb3 (f120, f122, f136) values ('2', 'Test 3.5.8.5-if', 102);
259 select f120, f122, f136, @test_var, @test_var2
260 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
261 f120 f122 f136 @test_var @test_var2
264 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 10);
265 select f120, f122, f136, @test_var, @test_var2
266 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
267 f120 f122 f136 @test_var @test_var2
271 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 103);
272 select f120, f122, f136, @test_var, @test_var2
273 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
274 f120 f122 f136 @test_var @test_var2
334 Insert into tb3 (f120, f122, f136, f144)
336 select f120, f122, f136, f144, @test_var
337 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
338 f120 f122 f136 f144 @test_var
340 Insert into tb3 (f120, f122, f136, f144)
342 select f120, f122, f136, f144, @test_var
343 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
344 f120 f122 f136 f144 @test_var
347 Insert into tb3 (f120, f122, f136, f144)
349 select f120, f122, f136, f144, @test_var
350 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
351 f120 f122 f136 f144 @test_var
355 Insert into tb3 (f120, f122, f136)
357 select f120, f122, f136, f144, @test_var
358 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
359 f120 f122 f136 f144 @test_var
364 Insert into tb3 (f120, f122, f136, f144)
366 select f120, f122, f136, f144, @test_var
367 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
368 f120 f122 f136 f144 @test_var
374 Insert into tb3 (f120, f122, f136, f144)
376 select f120, f122, f136, f144, @test_var
377 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
378 f120 f122 f136 f144 @test_var
414 Insert into tb3 (f122, f136, f144)
419 Insert into tb3 (f122, f136, f144)
434 delete from tb3 where f122='Test 3.5.8.5-loop';
448 Insert into tb3 (f122, f136)
460 delete from tb3 where f122='Test 3.5.8.5-repeat';
472 Insert into tb3 (f122, f136)
484 delete from tb3 where f122='Test 3.5.8.5-while';
494 Insert into tb3 (f120, f122, f136) values ('6', 'Test 3.5.8.6-insert', 101);
496 f122='Test 3.5.8.6-tr8_1'
497 where f122='Test 3.5.8.6-insert';
498 select f120, f122
499 from tb3 where f122 like 'Test 3.5.8.6%' order by f120;
500 f120 f122