标签: mysql sql
INSERT INTO `table2` SELECT * FROM `table1`;
如何将table1中的所有字段插入表2并修改年份
样本是"年" 2016年至2017年
dr_year 2016
将其更改为2016年至表2的所有记录。
dr_year 2017