oracle create table xx as select ....CREATE TABLE XXX AS SELECT .... 拷贝表的时候 not null 约束 和check

前端之家收集整理的这篇文章主要介绍了oracle create table xx as select ....CREATE TABLE XXX AS SELECT .... 拷贝表的时候 not null 约束 和check前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

CREATE TABLE XXX

AS

SELECT ....



拷贝表的时候只有not null 约束 和check约束会一起被拷贝过去

原文链接:https://www.f2er.com/oracle/208219.html

猜你在找的Oracle相关文章