帮忙看看,这段sql那里错了

bigmiangua 2003-03-10 10:57:57
create table scott.myatable as(
select *from scott.emp where age<70)
tablespace myspace;


错误提示:sql没有结束,
scott.emp 是在 表空间system 中存放
...全文
16 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
mywhsw 2003-03-10
  • 打赏
  • 举报
回复
create table scott.myatable as(
select * from scott.emp where age<70)
tablespace myspace;
bigmiangua 2003-03-10
  • 打赏
  • 举报
回复
o,3x
beckhambobo 2003-03-10
  • 打赏
  • 举报
回复
create table scott.mytable as
select * from scott.emp where age<70;
/

alter table mytable move tablespace myspace;
bigmiangua 2003-03-10
  • 打赏
  • 举报
回复
帮忙看看阿]

17,090

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧