如何把一个数据中的表中的数据,插入到另外一个数据库中时间:2022-12-11 17:21:07insert into 数据库b.dbo.表b (a,b,c,d,e) select a,b,c,d,e from 数据库a.dbo.表a