oracle数据库的存储过程出现了pls-00103错误?
以下是我的存储语句:createorreplaceprocedureGetMould(int_topinnumber,out_countoutnumber,cur_out...
以下是我的存储语句:
create or replace procedure GetMould (int_top in number,out_count out number,cur_out out sys_refcursor)is begin select count(*)into out_count from mouldmanager;
然后出现了pl-00103的错误 展开
create or replace procedure GetMould (int_top in number,out_count out number,cur_out out sys_refcursor)is begin select count(*)into out_count from mouldmanager;
然后出现了pl-00103的错误 展开
1个回答
展开全部
create or replace procedure GetMould (int_top in number,out_count out number,cur_out out sys_refcursor)
is
begin
select count(*)into out_count from mouldmanager;
end GetMould;
is
begin
select count(*)into out_count from mouldmanager;
end GetMould;
追问
ok.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询