17
17
update t1 set b="a" where a=1;
18
18
select 1 from t1,t1 as t2,t1 as t3;
24
22
update t1 set b="a" where b="test";
28
24
delete from t1 where b="test";
30
25
delete from t1 where a+0=1;
32
26
select 1 from t1,t1 as t2,t1 as t3,t1 as t4,t1 as t5;
34
28
# The following should be ok: