Lines Matching refs:f122

8 f122 char(50),
127 Insert into tb3 (f120, f122, f136, f144, f163)
129 Select f120, f122, f136, f144, f163 from tb3 where f122= 'Test 3.5.8.4';
130 f120 f122 f136 f144 f163
159 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
160 f120 f122 f136 f144 f163
165 update tb3 set f120='I', f122='Test 3.5.8.4-Single Insert'
166 where f122='Test 3.5.8.4';
167 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
168 f120 f122 f136 f144 f163
182 update tb3 set f120='U', f122='Test 3.5.8.4-Single Update'
183 where f122='Test 3.5.8.4-Single Insert';
184 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
185 f120 f122 f136 f144 f163
202 f122='Test 3.5.8.4-Single Delete'
203 where f122='Test 3.5.8.4-Single Update';
204 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
205 f120 f122 f136 f144 f163
220 f122='Test 3.5.8.4-Single Select'
221 where f122='Test 3.5.8.4-Single Delete';
222 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
223 f120 f122 f136 f144 f163
231 delete from tb3 where f122 like 'Test 3.5.8.4%';
252 Insert into tb3 (f120, f122, f136) values ('1', 'Test 3.5.8.5-if', 101);
253 select f120, f122, f136, @test_var, @test_var2
254 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
255 f120 f122 f136 @test_var @test_var2
257 Insert into tb3 (f120, f122, f136) values ('2', 'Test 3.5.8.5-if', 102);
258 select f120, f122, f136, @test_var, @test_var2
259 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
260 f120 f122 f136 @test_var @test_var2
263 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 10);
264 select f120, f122, f136, @test_var, @test_var2
265 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
266 f120 f122 f136 @test_var @test_var2
270 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 103);
271 select f120, f122, f136, @test_var, @test_var2
272 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
273 f120 f122 f136 @test_var @test_var2
333 Insert into tb3 (f120, f122, f136, f144)
335 select f120, f122, f136, f144, @test_var
336 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
337 f120 f122 f136 f144 @test_var
339 Insert into tb3 (f120, f122, f136, f144)
341 select f120, f122, f136, f144, @test_var
342 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
343 f120 f122 f136 f144 @test_var
346 Insert into tb3 (f120, f122, f136, f144)
348 select f120, f122, f136, f144, @test_var
349 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
350 f120 f122 f136 f144 @test_var
354 Insert into tb3 (f120, f122, f136)
356 select f120, f122, f136, f144, @test_var
357 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
358 f120 f122 f136 f144 @test_var
363 Insert into tb3 (f120, f122, f136, f144)
365 select f120, f122, f136, f144, @test_var
366 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
367 f120 f122 f136 f144 @test_var
373 Insert into tb3 (f120, f122, f136, f144)
375 select f120, f122, f136, f144, @test_var
376 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
377 f120 f122 f136 f144 @test_var
413 Insert into tb3 (f122, f136, f144)
418 Insert into tb3 (f122, f136, f144)
433 delete from tb3 where f122='Test 3.5.8.5-loop';
447 Insert into tb3 (f122, f136)
459 delete from tb3 where f122='Test 3.5.8.5-repeat';
471 Insert into tb3 (f122, f136)
483 delete from tb3 where f122='Test 3.5.8.5-while';
493 Insert into tb3 (f120, f122, f136) values ('6', 'Test 3.5.8.6-insert', 101);
495 f122='Test 3.5.8.6-tr8_1'
496 where f122='Test 3.5.8.6-insert';
497 select f120, f122
498 from tb3 where f122 like 'Test 3.5.8.6%' order by f120;
499 f120 f122