Lines Matching refs:SET
185 UPDATE t1 SET a=null;
193 UPDATE OR REPLACE t1 SET a=null;
201 UPDATE OR IGNORE t1 SET a=null;
209 UPDATE OR ABORT t1 SET a=null;
217 UPDATE t1 SET b=null;
225 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
233 UPDATE OR IGNORE t1 SET b=null, d=e, e=d;
241 UPDATE t1 SET c=null, d=e, e=d;
249 UPDATE t1 SET d=null, a=b, b=a;
257 UPDATE t1 SET e=null, a=b, b=a;
424 UPDATE t1 SET a=null;
432 UPDATE OR REPLACE t1 SET a=null;
440 UPDATE OR IGNORE t1 SET a=null;
448 UPDATE OR ABORT t1 SET a=null;
456 UPDATE t1 SET b=null;
464 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
472 UPDATE OR IGNORE t1 SET b=null, d=e, e=d;
480 UPDATE t1 SET c=null, d=e, e=d;
488 UPDATE t1 SET d=null, a=b, b=a;
496 UPDATE t1 SET e=null, a=b, b=a;