insert into 表名 (字段名) value("值")
update 表名 set 字段名="fas" where name="123"
delete from 表名 where name="fas";
insert into 表名 (字段名) value("值")
update 表名 set 字段名="fas" where name="123"
delete from 表名 where name="fas";
5197
7265

被折叠的 条评论
为什么被折叠?