oracle存储过程中的if...elseif...else用法
用法
if ... then ... elsif ... then ... else ... end if;
if ... then
...
else
...
end if;
if ... then ... end if;
用法
if ... then ... elsif ... then ... else ... end if;
if ... then
...
else
...
end if;
if ... then ... end if;