haobingshuaike

create table my_table_back as select distinct * from my_table;
drop table my_table;
alter table my_table_back rename to my_table;

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-07-02
  • 2022-12-23
  • 2022-03-04
  • 2021-11-18
  • 2021-06-25
猜你喜欢
  • 2021-11-29
  • 2021-06-07
  • 2021-12-17
  • 2021-11-18
  • 2022-12-23
  • 2021-06-06
  • 2022-03-10
相关资源
相似解决方案