摘要: 方法一 INSERT INTO table2 (column1, column2, column3, ...) SELECT column1, column2, column3, ... FROM table1 WHERE condition; 阅读全文
posted @ 2021-01-16 10:14 誓鼎 阅读(119) 评论(0) 推荐(0) 编辑