1. 新增一个表,通过另一个表的结构和数据

create table tab1 as select * from tab2

2. 如果表存在:

insert into tab1 select * from tab2;

相关文章:

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