Lines Matching refs:SET
187 UPDATE t1 SET a=null;
195 UPDATE OR REPLACE t1 SET a=null;
203 UPDATE OR IGNORE t1 SET a=null;
211 UPDATE OR ABORT t1 SET a=null;
219 UPDATE t1 SET b=null;
227 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
235 UPDATE OR IGNORE t1 SET b=null, d=e, e=d;
243 UPDATE t1 SET c=null, d=e, e=d;
251 UPDATE t1 SET d=null, a=b, b=a;
259 UPDATE t1 SET e=null, a=b, b=a;
426 UPDATE t1 SET a=null;
434 UPDATE OR REPLACE t1 SET a=null;
442 UPDATE OR IGNORE t1 SET a=null;
450 UPDATE OR ABORT t1 SET a=null;
458 UPDATE t1 SET b=null;
466 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
474 UPDATE OR IGNORE t1 SET b=null, d=e, e=d;
482 UPDATE t1 SET c=null, d=e, e=d;
490 UPDATE t1 SET d=null, a=b, b=a;
498 UPDATE t1 SET e=null, a=b, b=a;