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
相關文章
相關標籤/搜索