同一数据库的话是这样
insert into f_class
select * from type如果跨数据库的话,我写成这样为什么出错了?
insert into db1.f_class
select * from db2.type