请帮我看一下这个语句为什么错了?

Caobiao 2003-10-20 03:05:00
请帮我看一下这个语句为什么错了?错在哪里?
SQL> create global tempoary tem_test1(f1 int,
2 f2 int) on commit preserve rows;
ORA-00901: 无效 CREATE 命令
SQL>
谢谢!
...全文
66 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
blackest 2003-10-20
  • 打赏
  • 举报
回复
up~~~
bzszp 2003-10-20
  • 打赏
  • 举报
回复
temporary
Caobiao 2003-10-20
  • 打赏
  • 举报
回复
SQL> create global tempoary table tem_test1(f1 int,
2 f2 int) on commit preserve rows;
ORA-00901: 无效 CREATE 命令
SQL>
还是会报同样的错误:(
Caobiao 2003-10-20
  • 打赏
  • 举报
回复
SQL> create global tempoary table tem_test1(f1 int,
2 f2 int) on commit preserve rows;
ORA-00901: 无效 CREATE 命令
SQL>
bzszp 2003-10-20
  • 打赏
  • 举报
回复
是不是漏掉了关键字table啊

create global tempoary table tem_test1(f1 int,
f2 int) on commit preserve rows;

17,086

社区成员

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

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