mysql复制备份一个表

慎壹

关注

阅读 89

2022-07-12


1. 创建一个备份表

create table test_bak like test;
insert into test_bak select


相关推荐

精彩评论(0)

0 0 举报