mysql 将一个数据表中的数据插入到另一个表中

insert into test.b (id) (select (id) from a)
原文地址:https://www.cnblogs.com/passer1991/p/3018628.html