【发布时间】:2021-01-13 05:49:41
【问题描述】:
if ( connMode is not null and serviceType is not null ) then
if ( position('LL' in serviceType) > 0 ) then
PERFORM llcal(quoteID);
else
case connMode
when 'E2E' then e2ecalc(quoteID);
when 'P2E' then p2ecalc(quoteID);
when 'P2P' then p2pcalc(quoteID);
end case;
end if;
else
【问题讨论】:
-
if ( position('LL' in serviceType) > 0 ) 然后 PERFORM llcal(quoteID); else case connMode when 'E2E' then e2ecalc(quoteID) when 'P2E' then p2ecalc(quoteID) when 'P2P' then p2pcalc(quoteID) end case;万一;否则
-
错误:“e2ecalc”处或附近的语法错误第 26 行:当 'E2E' 时,e2ecalc(quoteID) --- 得到相同的错误。
-
错误:“e2ecalc”第 26 行或附近的语法错误:当 'E2E' 时,则为 e2ecalc(quoteID)。建议删除错误。