749
749
insert into t1 values (1,'one','one value',101),
750
750
(2,'two','two value',102),(3,'three','three value',103);
752
751
replace into t1 (value,name,uid) values ('other value','two',102);
753
752
delete from t1 where uid=102;
755
753
replace into t1 (value,name,uid) values ('other value','two',102);
757
754
replace into t1 (value,name,uid) values ('other value','two',102);