Lines Matching refs:f122

11 f122 char(50),
131 Insert into tb3 (f120, f122, f136, f144, f163)
133 Select f120, f122, f136, f144, f163 from tb3 where f122= 'Test 3.5.8.4';
134 f120 f122 f136 f144 f163
163 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
164 f120 f122 f136 f144 f163
169 update tb3 set f120='I', f122='Test 3.5.8.4-Single Insert'
170 where f122='Test 3.5.8.4';
171 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
172 f120 f122 f136 f144 f163
186 update tb3 set f120='U', f122='Test 3.5.8.4-Single Update'
187 where f122='Test 3.5.8.4-Single Insert';
188 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
189 f120 f122 f136 f144 f163
206 f122='Test 3.5.8.4-Single Delete'
207 where f122='Test 3.5.8.4-Single Update';
208 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
209 f120 f122 f136 f144 f163
224 f122='Test 3.5.8.4-Single Select'
225 where f122='Test 3.5.8.4-Single Delete';
226 Select f120, f122, f136, f144, f163 from tb3 where f122 like 'Test 3.5.8.4%';
227 f120 f122 f136 f144 f163
235 delete from tb3 where f122 like 'Test 3.5.8.4%';
256 Insert into tb3 (f120, f122, f136) values ('1', 'Test 3.5.8.5-if', 101);
257 select f120, f122, f136, @test_var, @test_var2
258 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
259 f120 f122 f136 @test_var @test_var2
261 Insert into tb3 (f120, f122, f136) values ('2', 'Test 3.5.8.5-if', 102);
262 select f120, f122, f136, @test_var, @test_var2
263 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
264 f120 f122 f136 @test_var @test_var2
267 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 10);
268 select f120, f122, f136, @test_var, @test_var2
269 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
270 f120 f122 f136 @test_var @test_var2
274 Insert into tb3 (f120, f122, f136) values ('3', 'Test 3.5.8.5-if', 103);
275 select f120, f122, f136, @test_var, @test_var2
276 from tb3 where f122 = 'Test 3.5.8.5-if' order by f136;
277 f120 f122 f136 @test_var @test_var2
338 Insert into tb3 (f120, f122, f136, f144)
340 select f120, f122, f136, f144, @test_var
341 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
342 f120 f122 f136 f144 @test_var
344 Insert into tb3 (f120, f122, f136, f144)
346 select f120, f122, f136, f144, @test_var
347 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
348 f120 f122 f136 f144 @test_var
351 Insert into tb3 (f120, f122, f136, f144)
353 select f120, f122, f136, f144, @test_var
354 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
355 f120 f122 f136 f144 @test_var
359 Insert into tb3 (f120, f122, f136)
361 select f120, f122, f136, f144, @test_var
362 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
363 f120 f122 f136 f144 @test_var
368 Insert into tb3 (f120, f122, f136, f144)
370 select f120, f122, f136, f144, @test_var
371 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
372 f120 f122 f136 f144 @test_var
378 Insert into tb3 (f120, f122, f136, f144)
380 select f120, f122, f136, f144, @test_var
381 from tb3 where f122 = 'Test 3.5.8.5-case' order by f120,f136;
382 f120 f122 f136 f144 @test_var
419 Insert into tb3 (f122, f136, f144)
424 Insert into tb3 (f122, f136, f144)
439 delete from tb3 where f122='Test 3.5.8.5-loop';
453 Insert into tb3 (f122, f136)
465 delete from tb3 where f122='Test 3.5.8.5-repeat';
477 Insert into tb3 (f122, f136)
489 delete from tb3 where f122='Test 3.5.8.5-while';
499 Insert into tb3 (f120, f122, f136) values ('6', 'Test 3.5.8.6-insert', 101);
501 f122='Test 3.5.8.6-tr8_1'
502 where f122='Test 3.5.8.6-insert';
503 select f120, f122
504 from tb3 where f122 like 'Test 3.5.8.6%' order by f120;
505 f120 f122