复制表结构:create table tab_target as select * from table where 1=0
复制表结构保留数据:create table tab_target as select * from table where 1=1

相关文章:

  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-02-22
猜你喜欢
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-10-09
  • 2021-12-13
  • 2022-12-23
相关资源
相似解决方案