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

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

相关文章:

  • 2021-09-17
  • 2022-12-23
  • 2022-03-10
  • 2021-08-15
  • 2021-04-05
  • 2021-08-09
猜你喜欢
  • 2021-08-15
  • 2022-12-23
  • 2021-11-05
  • 2021-07-01
  • 2022-12-23
  • 2022-01-17
相关资源
相似解决方案