mysql数据库中同一DB内倒表指令,很方便。

1.建好与源表article结构相同的表 article_bak
2.执行指令
insert into article_bak (select * from article);

相关文章:

  • 2021-07-28
  • 2021-12-07
  • 2021-05-27
  • 2021-11-25
  • 2021-11-06
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-08-20
  • 2022-02-05
  • 2022-12-23
相关资源
相似解决方案