如果另一个库中没有同名的表
select   *   into   b数据库.dbo.a表   from   a数据库.dbo.a表   where   条件

如果是追加到另一个表中
inert   into   b数据库.dbo.a表
select   *   from       a数据库.dbo.a表   where   条件