问答题

简答题 怎么可以快速做一个和原表一样的备份表?

【参考答案】

create table new_table as (select * from old_table)。