早教吧作业答案频道 -->英语-->
这是什么情况,PLS-00103:出现符号"|"在需要下列之一时:*&=-+;>atinist那里错了?createorreplaceprocedurefenye(tableNameinvarchar2,myPagesizeinnumber,pageNowinnumber,myRowsoutnumber,myPageCountoutnumber,
题目详情
这是什么情况,PLS-00103:出现符号 "|"在需要下列之一时:* & = - + ; < / > at in is t
那里错了?
create or replace procedure fenye
(tableName in varchar2,
myPagesize in number,
pageNow in number,
myRows out number,
myPageCount out number,
p_cursor out coursorpackage.c_cursor
) is
v_sql varchar2(1000);
v_begin number:=(pageNow-1)*myPagesize+1;
v_end number:=pageNow*myPagesize;
begin
v_sql:='select * from (select a1.*,rownum rn from (select * from ' ||tableName|| ') a1 where rownum='||v_begin;
open p_cursor for v_sql;
v_sql:='select count(*) from ' | |tableName;
execute immediate v_sql into myRows;
if mod(myRows,myPagesize)=0 then
myPagecount:=myRows/myPagesize;
else
myPagecount:=myRows/myPagesize+1;
end if;
close p_cursor;
end;
那里错了?
create or replace procedure fenye
(tableName in varchar2,
myPagesize in number,
pageNow in number,
myRows out number,
myPageCount out number,
p_cursor out coursorpackage.c_cursor
) is
v_sql varchar2(1000);
v_begin number:=(pageNow-1)*myPagesize+1;
v_end number:=pageNow*myPagesize;
begin
v_sql:='select * from (select a1.*,rownum rn from (select * from ' ||tableName|| ') a1 where rownum='||v_begin;
open p_cursor for v_sql;
v_sql:='select count(*) from ' | |tableName;
execute immediate v_sql into myRows;
if mod(myRows,myPagesize)=0 then
myPagecount:=myRows/myPagesize;
else
myPagecount:=myRows/myPagesize+1;
end if;
close p_cursor;
end;
▼优质解答
答案和解析
v_sql:='select count(*) from ' | |tableName;
这行里面看到吗,2个|中间多个空格
这行里面看到吗,2个|中间多个空格
看了这是什么情况,PLS-0010...的网友还看了以下:
《素未谋面,可是仿如隔壁》你理解这句话的意思吗?我是这样了解这句话的“从未相互见过面,可是两个人之 2020-05-15 …
求大神用文言文帮我写一篇辞职报告如题,内容大概是我才来三个月,谢谢领导的帮助和教诲,但是本人有点愚 2020-05-16 …
椭圆长轴为6,左顶点在圆(x-3)^2+(y-2)^2=4上,左准线为y轴.则椭圆离心率e的取值范 2020-05-20 …
动词加ing有什么规则吗?能付详细说明下比如play这个词在变成正在进行时怎么加?playing知 2020-07-01 …
羊蹄甲阅读请理解一句话忽然觉得,人生也许就是这样了,只要是自然的,只要是顺着天意的,就算是花落了也 2020-07-05 …
SAT:请问这个as...as...句子的平行结构是什么句子如下:Anthropologistsf 2020-07-25 …
大哥大姐.这个和有一个一样的.那是数学老师讲的.1+3+5+7+9+…+51这个我知道怎么写的.是 2020-07-27 …
有没有这样一个成语或者名言古句,意思是:既然事实已经是这样了,那就欣然接受吧,不要再想着..有没有这 2020-11-22 …
有两个双胞胎站在一个路口一个只说真话,一个只说假话,你问一句话,找到正确的路?这是我以前报纸上看的, 2020-11-23 …
英语翻译遇见你前,我想生活大概就是这样了吧;遇见你时,我想生活居然还可以这样呢;遇见你后,我想生活本 2020-11-28 …