Lines Matching refs:where
48 update t0 set x=3 where x=1;
56 update t0 set x=x+last_statement_change_count() where x=3;
57 select count() from t0 where x=8;
61 # LSCC set properly after update on table where no rows changed
64 update t0 set x=77 where x=88;
72 delete from t0 where x=2;
119 delete from t0 where oid=1 or oid=2;
196 update t0 set x=x*10 where x=1;
200 update t0 set x=x*10 where x=0;
208 update t0 set x=x*100 where x=0;
210 delete from t0 where x=2;
220 delete from t1 where k=88;