create table t_new(id) as select rownum from tab;
create table 另外的一种用法
最新推荐文章于 2025-11-01 00:03:12 发布
博客给出了一条SQL语句“create table t_new(id) as select rownum from tab;”,用于创建表,体现了数据库操作相关内容。
387

被折叠的 条评论
为什么被折叠?



