Home Oracle 使用SQL创建备份表
Post
Cancel

Oracle 使用SQL创建备份表

1
create table a_bak as select * from a;
This post is licensed under CC BY 4.0 by the author.

Oracle 取查询结果排序后的第一条记录

Oracle 使用SQL语句对序列的操作