1
create table a_bak as select * from a;
Post
Cancel
Oracle 使用SQL创建备份表
This post is licensed under
CC BY 4.0
by the author.
1
create table a_bak as select * from a;
A new version of content is available.