4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
UPDATE t1 SET x1=1 where fl=0;
|
|
SELECT x1 FROM t1;
|
|
SELECT * FROM t1;
|