MySQL 数据修改

插入 -- 数据插入 INSERT INTO insert_table (`datetime`, `uid`, `content`, `type`) VALUES('0', 'userid_0', 'content_0', 0), ('1', 'userid_1', 'content_1', 1); --复制相同数据 insert into users select * from users
相关文章
相关标签/搜索