a) 插入新表

        select *

        into newtable

        from table

 

b) 插入已经存在的表

        insert into table

        select * from table2 where...

相关文章:

  • 2021-05-18
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-11-15
  • 2022-12-23
  • 2022-03-02
  • 2021-11-07
相关资源
相似解决方案