Mysql 插入语句

 方法一

 INSERT INTO table2 (column1, column2, column3, ...)
 SELECT column1, column2, column3, ...
 FROM table1
 WHERE condition;

  

posted @ 2021-01-16 10:14  誓鼎  阅读(119)  评论(0编辑  收藏  举报