在Oracle中多重if结构怎么实现?语句是怎么写的?
谢谢帮忙啊!!
if condition1 then
result1;
elsif condition2 then
result2;
elsif ....
...
else resultend;
end if;
应该
when```
then
格式的··