Lines Matching refs:where
50 update t0 set x=3 where x=1;
58 update t0 set x=x+last_statement_change_count() where x=3;
59 select count() from t0 where x=8;
63 # LSCC set properly after update on table where no rows changed
66 update t0 set x=77 where x=88;
74 delete from t0 where x=2;
121 delete from t0 where oid=1 or oid=2;
198 update t0 set x=x*10 where x=1;
202 update t0 set x=x*10 where x=0;
210 update t0 set x=x*100 where x=0;
212 delete from t0 where x=2;
222 delete from t1 where k=88;