-- 备份
CREATE TABLE t_lottery_prize_20220209 LIKE t_lottery_prize;
INSERT INTO t_lottery_prize_20220209 SELECT * FROM t_lottery_prize;

相关文章: