pengyayun
2012-09-27 14:21oracle 存储过程怎么写???
create or replace procedure cms_content_creation_Pro
as
begin
select * from cms_sys_role t;
end cms_content_creation_Pro;
上面是我写的查询返回一张表的信息,创建之后
打开这个存储过程提示::PLS-00428:在此selec语句中缺少INTO子句
然后是怎么执行这个存储过程,用exec 或者call 都不行???
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- Mybatis向存储过程传递参数
- mybatis
- oracle
- 存储过程
- 1个回答
- ORACLE 存储过程 关于游标循环从一个表COPY到另一个表插入问题
- insert
- 游标循环
- oracle
- 存储过程
- commit
- 1个回答
- oracle存储过程如何根据条件编写
- oracle
- 存储
- 3个回答
- oracle 的存储过程中的 两个Date 类型之间的 “/ ”啥意思
- 存储过程 运算符
- oracle
- 5个回答
- oracle 用call函数执行存储过程,输出变量怎么写
- 存储过程
- 2个回答
换一换